@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetsFromS3ResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details from an import from Amazon S3 response.
Constructor and Description |
---|
ImportAssetsFromS3ResponseDetails() |
Modifier and Type | Method and Description |
---|---|
ImportAssetsFromS3ResponseDetails |
clone() |
boolean |
equals(Object obj) |
List<AssetSourceEntry> |
getAssetSources()
Is a list of Amazon S3 bucket and object key pairs.
|
String |
getDataSetId()
The unique identifier for the data set associated with this import job.
|
String |
getRevisionId()
The unique identifier for the revision associated with this import response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this import response.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetsFromS3ResponseDetails |
withAssetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails |
withAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromS3ResponseDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this import response.
|
public List<AssetSourceEntry> getAssetSources()
Is a list of Amazon S3 bucket and object key pairs.
public void setAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
assetSources
- Is a list of Amazon S3 bucket and object key pairs.public ImportAssetsFromS3ResponseDetails withAssetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
NOTE: This method appends the values to the existing list (if any). Use
setAssetSources(java.util.Collection)
or withAssetSources(java.util.Collection)
if you want to
override the existing values.
assetSources
- Is a list of Amazon S3 bucket and object key pairs.public ImportAssetsFromS3ResponseDetails withAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
assetSources
- Is a list of Amazon S3 bucket and object key pairs.public void setDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId
- The unique identifier for the data set associated with this import job.public String getDataSetId()
The unique identifier for the data set associated with this import job.
public ImportAssetsFromS3ResponseDetails withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId
- The unique identifier for the data set associated with this import job.public void setRevisionId(String revisionId)
The unique identifier for the revision associated with this import response.
revisionId
- The unique identifier for the revision associated with this import response.public String getRevisionId()
The unique identifier for the revision associated with this import response.
public ImportAssetsFromS3ResponseDetails withRevisionId(String revisionId)
The unique identifier for the revision associated with this import response.
revisionId
- The unique identifier for the revision associated with this import response.public String toString()
toString
in class Object
Object.toString()
public ImportAssetsFromS3ResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.