@Generated(value="software.amazon.awssdk:codegen") public final class S3Grantee extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Grantee.Builder,S3Grantee>
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Grantee.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3Grantee.Builder |
builder() |
String |
displayName()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Grantee.Builder> |
serializableBuilderClass() |
S3Grantee.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
S3GranteeTypeIdentifier |
typeIdentifier()
|
String |
typeIdentifierAsString()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3GranteeTypeIdentifier typeIdentifier()
If the service returns an enum value that is not available in the current SDK version, typeIdentifier
will return S3GranteeTypeIdentifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from typeIdentifierAsString().
S3GranteeTypeIdentifierpublic final String typeIdentifierAsString()
If the service returns an enum value that is not available in the current SDK version, typeIdentifier
will return S3GranteeTypeIdentifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from typeIdentifierAsString().
S3GranteeTypeIdentifierpublic final String identifier()
public final String displayName()
public S3Grantee.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Grantee.Builder,S3Grantee>public static S3Grantee.Builder builder()
public static Class<? extends S3Grantee.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.