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 interface
S3.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
bucket()
Returns the value of the Bucket property for this object.static S3.Builder
builder()
Boolean
enabled()
Returns the value of the Enabled property for this object.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
prefix()
Returns the value of the Prefix property for this object.List<SdkField<?>>
sdkFields()
static Class<? extends S3.Builder>
serializableBuilderClass()
S3.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-