Class S3Grantee
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.S3Grantee
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Grantee.Builder,S3Grantee>
@Generated("software.amazon.awssdk:codegen") public final class S3Grantee extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Grantee.Builder,S3Grantee>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Grantee.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3Grantee.Builderbuilder()StringdisplayName()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()List<SdkField<?>>sdkFields()static Class<? extends S3Grantee.Builder>serializableBuilderClass()S3Grantee.BuildertoBuilder()StringtoString()Returns a string representation of this object.S3GranteeTypeIdentifiertypeIdentifier()StringtypeIdentifierAsString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
typeIdentifier
public final S3GranteeTypeIdentifier typeIdentifier()
If the service returns an enum value that is not available in the current SDK version,
typeIdentifierwill returnS3GranteeTypeIdentifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeIdentifierAsString().- Returns:
- See Also:
S3GranteeTypeIdentifier
-
typeIdentifierAsString
public final String typeIdentifierAsString()
If the service returns an enum value that is not available in the current SDK version,
typeIdentifierwill returnS3GranteeTypeIdentifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeIdentifierAsString().- Returns:
- See Also:
S3GranteeTypeIdentifier
-
identifier
public final String identifier()
- Returns:
-
displayName
public final String displayName()
- Returns:
-
toBuilder
public S3Grantee.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Grantee.Builder,S3Grantee>
-
builder
public static S3Grantee.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Grantee.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-