Class OutPutS3Location
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.OutPutS3Location
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>
@Generated("software.amazon.awssdk:codegen") public final class OutPutS3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>
The location of an output object in Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutPutS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The object's bucket.static OutPutS3Location.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectKey()The object's key.List<SdkField<?>>sdkFields()static Class<? extends OutPutS3Location.Builder>serializableBuilderClass()OutPutS3Location.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
-
bucketName
public final String bucketName()
The object's bucket.
- Returns:
- The object's bucket.
-
objectKey
public final String objectKey()
The object's key.
- Returns:
- The object's key.
-
toBuilder
public OutPutS3Location.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>
-
builder
public static OutPutS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutPutS3Location.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.
-
-