Class S3
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.S3
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3.Builder,S3>
@Generated("software.amazon.awssdk:codegen") public final class S3 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3.Builder,S3>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()Returns the value of the Bucket property for this object.static S3.Builderbuilder()Booleanenabled()Returns the value of the Enabled property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()Returns the value of the Prefix property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3.Builder>serializableBuilderClass()S3.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
bucket
public final String bucket()
Returns the value of the Bucket property for this object.- Returns:
- The value of the Bucket property for this object.
-
enabled
public final Boolean enabled()
Returns the value of the Enabled property for this object.- Returns:
- The value of the Enabled property for this object.
-
prefix
public final String prefix()
Returns the value of the Prefix property for this object.- Returns:
- The value of the Prefix property for this object.
-
toBuilder
public S3.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3.Builder,S3>
-
builder
public static S3.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-