@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetFromSignedUrlResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details in the response for an import request, including the signed URL and other information.
Constructor and Description |
---|
ImportAssetFromSignedUrlResponseDetails() |
Modifier and Type | Method and Description |
---|---|
ImportAssetFromSignedUrlResponseDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetName()
The name for the asset associated with this import job.
|
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 response.
|
String |
getSignedUrl()
The signed URL.
|
Date |
getSignedUrlExpiresAt()
The time and date at which the signed URL expires, in ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetName(String assetName)
The name for the asset associated with this import job.
|
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 response.
|
void |
setSignedUrl(String signedUrl)
The signed URL.
|
void |
setSignedUrlExpiresAt(Date signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetFromSignedUrlResponseDetails |
withAssetName(String assetName)
The name for the asset associated with this import job.
|
ImportAssetFromSignedUrlResponseDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetFromSignedUrlResponseDetails |
withMd5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
ImportAssetFromSignedUrlResponseDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this import response.
|
ImportAssetFromSignedUrlResponseDetails |
withSignedUrl(String signedUrl)
The signed URL.
|
ImportAssetFromSignedUrlResponseDetails |
withSignedUrlExpiresAt(Date signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
|
public ImportAssetFromSignedUrlResponseDetails()
public void setAssetName(String assetName)
The name for the asset associated with this import job.
assetName
- The name for the asset associated with this import job.public String getAssetName()
The name for the asset associated with this import job.
public ImportAssetFromSignedUrlResponseDetails withAssetName(String assetName)
The name for the asset associated with this import job.
assetName
- The name for the asset associated with this import job.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 ImportAssetFromSignedUrlResponseDetails 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 ImportAssetFromSignedUrlResponseDetails 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 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 ImportAssetFromSignedUrlResponseDetails 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 void setSignedUrl(String signedUrl)
The signed URL.
signedUrl
- The signed URL.public String getSignedUrl()
The signed URL.
public ImportAssetFromSignedUrlResponseDetails withSignedUrl(String signedUrl)
The signed URL.
signedUrl
- The signed URL.public void setSignedUrlExpiresAt(Date signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt
- The time and date at which the signed URL expires, in ISO 8601 format.public Date getSignedUrlExpiresAt()
The time and date at which the signed URL expires, in ISO 8601 format.
public ImportAssetFromSignedUrlResponseDetails withSignedUrlExpiresAt(Date signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt
- The time and date at which the signed URL expires, in ISO 8601 format.public String toString()
toString
in class Object
Object.toString()
public ImportAssetFromSignedUrlResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.