Class GrantListEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GrantListEntry.Builder,GrantListEntry>
Contains information about a grant.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GrantListEntry.Builderbuilder()final GrantConstraintsA list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.final InstantThe date and time when the grant was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final StringThe identity that gets the permissions in the grant.final StringgrantId()The unique identifier for the grant.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Operations property.final StringThe Amazon Web Services account under which the grant was issued.final StringkeyId()The unique identifier for the KMS key to which the grant applies.final Stringname()The friendly name that identifies the grant.final List<GrantOperation>The list of operations permitted by the grant.The list of operations permitted by the grant.final StringThe principal that can retire the grant.static Class<? extends GrantListEntry.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
keyId
The unique identifier for the KMS key to which the grant applies.
- Returns:
- The unique identifier for the KMS key to which the grant applies.
-
grantId
The unique identifier for the grant.
- Returns:
- The unique identifier for the grant.
-
name
The friendly name that identifies the grant. If a name was provided in the CreateGrant request, that name is returned. Otherwise this value is null.
- Returns:
- The friendly name that identifies the grant. If a name was provided in the CreateGrant request, that name is returned. Otherwise this value is null.
-
creationDate
The date and time when the grant was created.
- Returns:
- The date and time when the grant was created.
-
granteePrincipal
The identity that gets the permissions in the grant.
The
GranteePrincipalfield in theListGrantsresponse usually contains the user or role designated as the grantee principal in the grant. However, when the grantee principal in the grant is an Amazon Web Services service, theGranteePrincipalfield contains the service principal, which might represent several different grantee principals.- Returns:
- The identity that gets the permissions in the grant.
The
GranteePrincipalfield in theListGrantsresponse usually contains the user or role designated as the grantee principal in the grant. However, when the grantee principal in the grant is an Amazon Web Services service, theGranteePrincipalfield contains the service principal, which might represent several different grantee principals.
-
retiringPrincipal
The principal that can retire the grant.
- Returns:
- The principal that can retire the grant.
-
issuingAccount
The Amazon Web Services account under which the grant was issued.
- Returns:
- The Amazon Web Services account under which the grant was issued.
-
operations
The list of operations permitted by the grant.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOperations()method.- Returns:
- The list of operations permitted by the grant.
-
hasOperations
public final boolean hasOperations()For responses, this returns true if the service returned a value for the Operations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
operationsAsStrings
The list of operations permitted by the grant.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOperations()method.- Returns:
- The list of operations permitted by the grant.
-
constraints
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.
- Returns:
- A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GrantListEntry.Builder,GrantListEntry>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-