@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportAssetsToS3ResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the export to Amazon S3 response.
Constructor and Description |
---|
ExportAssetsToS3ResponseDetails() |
Modifier and Type | Method and Description |
---|---|
ExportAssetsToS3ResponseDetails |
clone() |
boolean |
equals(Object obj) |
List<AssetDestinationEntry> |
getAssetDestinations()
The destination in Amazon S3 where the asset is exported.
|
String |
getDataSetId()
The unique identifier for the data set associated with this export job.
|
ExportServerSideEncryption |
getEncryption()
Encryption configuration of the export job.
|
String |
getRevisionId()
The unique identifier for the revision associated with this export response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
void |
setEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
String |
toString()
Returns a string representation of this object.
|
ExportAssetsToS3ResponseDetails |
withAssetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails |
withAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetsToS3ResponseDetails |
withEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
public List<AssetDestinationEntry> getAssetDestinations()
The destination in Amazon S3 where the asset is exported.
public void setAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
assetDestinations
- The destination in Amazon S3 where the asset is exported.public ExportAssetsToS3ResponseDetails withAssetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
NOTE: This method appends the values to the existing list (if any). Use
setAssetDestinations(java.util.Collection)
or withAssetDestinations(java.util.Collection)
if
you want to override the existing values.
assetDestinations
- The destination in Amazon S3 where the asset is exported.public ExportAssetsToS3ResponseDetails withAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
assetDestinations
- The destination in Amazon S3 where the asset is exported.public void setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public String getDataSetId()
The unique identifier for the data set associated with this export job.
public ExportAssetsToS3ResponseDetails withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId
- The unique identifier for the data set associated with this export job.public void setEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
encryption
- Encryption configuration of the export job.public ExportServerSideEncryption getEncryption()
Encryption configuration of the export job.
public ExportAssetsToS3ResponseDetails withEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
encryption
- Encryption configuration of the export job.public void setRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
revisionId
- The unique identifier for the revision associated with this export response.public String getRevisionId()
The unique identifier for the revision associated with this export response.
public ExportAssetsToS3ResponseDetails withRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
revisionId
- The unique identifier for the revision associated with this export response.public String toString()
toString
in class Object
Object.toString()
public ExportAssetsToS3ResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.