@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportAssetToSignedUrlResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of the export to signed URL response.
Constructor and Description |
---|
ExportAssetToSignedUrlResponseDetails() |
Modifier and Type | Method and Description |
---|---|
ExportAssetToSignedUrlResponseDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The unique identifier for the asset associated with this export job.
|
String |
getDataSetId()
The unique identifier for the data set associated with this export job.
|
String |
getRevisionId()
The unique identifier for the revision associated with this export response.
|
String |
getSignedUrl()
The signed URL for the export request.
|
Date |
getSignedUrlExpiresAt()
The date and time that the signed URL expires, in ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetId(String assetId)
The unique identifier for the asset associated with this export job.
|
void |
setDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
void |
setRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
void |
setSignedUrl(String signedUrl)
The signed URL for the export request.
|
void |
setSignedUrlExpiresAt(Date signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
ExportAssetToSignedUrlResponseDetails |
withAssetId(String assetId)
The unique identifier for the asset associated with this export job.
|
ExportAssetToSignedUrlResponseDetails |
withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetToSignedUrlResponseDetails |
withRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
ExportAssetToSignedUrlResponseDetails |
withSignedUrl(String signedUrl)
The signed URL for the export request.
|
ExportAssetToSignedUrlResponseDetails |
withSignedUrlExpiresAt(Date signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
|
public ExportAssetToSignedUrlResponseDetails()
public void setAssetId(String assetId)
The unique identifier for the asset associated with this export job.
assetId
- The unique identifier for the asset associated with this export job.public String getAssetId()
The unique identifier for the asset associated with this export job.
public ExportAssetToSignedUrlResponseDetails withAssetId(String assetId)
The unique identifier for the asset associated with this export job.
assetId
- The unique identifier for the asset associated with this export job.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 ExportAssetToSignedUrlResponseDetails 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 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 ExportAssetToSignedUrlResponseDetails 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 void setSignedUrl(String signedUrl)
The signed URL for the export request.
signedUrl
- The signed URL for the export request.public String getSignedUrl()
The signed URL for the export request.
public ExportAssetToSignedUrlResponseDetails withSignedUrl(String signedUrl)
The signed URL for the export request.
signedUrl
- The signed URL for the export request.public void setSignedUrlExpiresAt(Date signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt
- The date and time that the signed URL expires, in ISO 8601 format.public Date getSignedUrlExpiresAt()
The date and time that the signed URL expires, in ISO 8601 format.
public ExportAssetToSignedUrlResponseDetails withSignedUrlExpiresAt(Date signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt
- The date and time that the signed URL expires, in ISO 8601 format.public String toString()
toString
in class Object
Object.toString()
public ExportAssetToSignedUrlResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.