Class S3KeyOutput
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.S3KeyOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3KeyOutput.Builder,S3KeyOutput>
@Generated("software.amazon.awssdk:codegen") public final class S3KeyOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3KeyOutput.Builder,S3KeyOutput>
Information about S3 keys.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3KeyOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3KeyOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringetag()The etag for the object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Key()The S3 key.List<SdkField<?>>sdkFields()static Class<? extends S3KeyOutput.Builder>serializableBuilderClass()S3KeyOutput.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
-
s3Key
public final String s3Key()
The S3 key.
- Returns:
- The S3 key.
-
etag
public final String etag()
The etag for the object.
- Returns:
- The etag for the object.
-
toBuilder
public S3KeyOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3KeyOutput.Builder,S3KeyOutput>
-
builder
public static S3KeyOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3KeyOutput.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.
-
-