@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetsFromS3RequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the operation to be performed by the job.
Constructor and Description |
---|
ImportAssetsFromS3RequestDetails() |
Modifier and Type | Method and Description |
---|---|
ImportAssetsFromS3RequestDetails |
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 request.
|
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 request.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetsFromS3RequestDetails |
withAssetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails |
withAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromS3RequestDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this import request.
|
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 ImportAssetsFromS3RequestDetails 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 ImportAssetsFromS3RequestDetails 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 ImportAssetsFromS3RequestDetails 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 request.
revisionId
- The unique identifier for the revision associated with this import request.public String getRevisionId()
The unique identifier for the revision associated with this import request.
public ImportAssetsFromS3RequestDetails withRevisionId(String revisionId)
The unique identifier for the revision associated with this import request.
revisionId
- The unique identifier for the revision associated with this import request.public String toString()
toString
in class Object
Object.toString()
public ImportAssetsFromS3RequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.