@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetFromSignedUrlRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the operation to be performed by the job.
Constructor and Description |
---|
ImportAssetFromSignedUrlRequestDetails() |
Modifier and Type | Method and Description |
---|---|
ImportAssetFromSignedUrlRequestDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetName()
The name of the asset.
|
String |
getDataSetId()
The unique identifier for the data set associated with this import job.
|
String |
getMd5Hash()
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
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 |
setAssetName(String assetName)
The name of the asset.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
void |
setMd5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this import request.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetFromSignedUrlRequestDetails |
withAssetName(String assetName)
The name of the asset.
|
ImportAssetFromSignedUrlRequestDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetFromSignedUrlRequestDetails |
withMd5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
ImportAssetFromSignedUrlRequestDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this import request.
|
public ImportAssetFromSignedUrlRequestDetails()
public void setAssetName(String assetName)
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
assetName
- The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.public String getAssetName()
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
public ImportAssetFromSignedUrlRequestDetails withAssetName(String assetName)
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
assetName
- The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.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 ImportAssetFromSignedUrlRequestDetails 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 setMd5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
md5Hash
- The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.public String getMd5Hash()
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
public ImportAssetFromSignedUrlRequestDetails withMd5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
md5Hash
- The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.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 ImportAssetFromSignedUrlRequestDetails 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 ImportAssetFromSignedUrlRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.