Class ExportTaskS3LocationRequest
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ExportTaskS3LocationRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
@Generated("software.amazon.awssdk:codegen") public final class ExportTaskS3LocationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
Describes the destination for an export image task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportTaskS3LocationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportTaskS3LocationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The destination Amazon S3 bucket.Strings3Prefix()The prefix (logical hierarchy) in the bucket.List<SdkField<?>>sdkFields()static Class<? extends ExportTaskS3LocationRequest.Builder>serializableBuilderClass()ExportTaskS3LocationRequest.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
-
s3Bucket
public final String s3Bucket()
The destination Amazon S3 bucket.
- Returns:
- The destination Amazon S3 bucket.
-
s3Prefix
public final String s3Prefix()
The prefix (logical hierarchy) in the bucket.
- Returns:
- The prefix (logical hierarchy) in the bucket.
-
toBuilder
public ExportTaskS3LocationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
-
builder
public static ExportTaskS3LocationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportTaskS3LocationRequest.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.
-
-