@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResponseDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details for the response.
Constructor and Description |
---|
ResponseDetails() |
Modifier and Type | Method and Description |
---|---|
ResponseDetails |
clone() |
boolean |
equals(Object obj) |
ExportAssetsToS3ResponseDetails |
getExportAssetsToS3()
Details for the export to Amazon S3 response.
|
ExportAssetToSignedUrlResponseDetails |
getExportAssetToSignedUrl()
Details for the export to signed URL response.
|
ExportRevisionsToS3ResponseDetails |
getExportRevisionsToS3()
Details for the export revisions to Amazon S3 response.
|
ImportAssetFromSignedUrlResponseDetails |
getImportAssetFromSignedUrl()
Details for the import from signed URL response.
|
ImportAssetsFromS3ResponseDetails |
getImportAssetsFromS3()
Details for the import from Amazon S3 response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportAssetsToS3(ExportAssetsToS3ResponseDetails exportAssetsToS3)
Details for the export to Amazon S3 response.
|
void |
setExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
|
void |
setExportRevisionsToS3(ExportRevisionsToS3ResponseDetails exportRevisionsToS3)
Details for the export revisions to Amazon S3 response.
|
void |
setImportAssetFromSignedUrl(ImportAssetFromSignedUrlResponseDetails importAssetFromSignedUrl)
Details for the import from signed URL response.
|
void |
setImportAssetsFromS3(ImportAssetsFromS3ResponseDetails importAssetsFromS3)
Details for the import from Amazon S3 response.
|
String |
toString()
Returns a string representation of this object.
|
ResponseDetails |
withExportAssetsToS3(ExportAssetsToS3ResponseDetails exportAssetsToS3)
Details for the export to Amazon S3 response.
|
ResponseDetails |
withExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
|
ResponseDetails |
withExportRevisionsToS3(ExportRevisionsToS3ResponseDetails exportRevisionsToS3)
Details for the export revisions to Amazon S3 response.
|
ResponseDetails |
withImportAssetFromSignedUrl(ImportAssetFromSignedUrlResponseDetails importAssetFromSignedUrl)
Details for the import from signed URL response.
|
ResponseDetails |
withImportAssetsFromS3(ImportAssetsFromS3ResponseDetails importAssetsFromS3)
Details for the import from Amazon S3 response.
|
public void setExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
exportAssetToSignedUrl
- Details for the export to signed URL response.public ExportAssetToSignedUrlResponseDetails getExportAssetToSignedUrl()
Details for the export to signed URL response.
public ResponseDetails withExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
exportAssetToSignedUrl
- Details for the export to signed URL response.public void setExportAssetsToS3(ExportAssetsToS3ResponseDetails exportAssetsToS3)
Details for the export to Amazon S3 response.
exportAssetsToS3
- Details for the export to Amazon S3 response.public ExportAssetsToS3ResponseDetails getExportAssetsToS3()
Details for the export to Amazon S3 response.
public ResponseDetails withExportAssetsToS3(ExportAssetsToS3ResponseDetails exportAssetsToS3)
Details for the export to Amazon S3 response.
exportAssetsToS3
- Details for the export to Amazon S3 response.public void setExportRevisionsToS3(ExportRevisionsToS3ResponseDetails exportRevisionsToS3)
Details for the export revisions to Amazon S3 response.
exportRevisionsToS3
- Details for the export revisions to Amazon S3 response.public ExportRevisionsToS3ResponseDetails getExportRevisionsToS3()
Details for the export revisions to Amazon S3 response.
public ResponseDetails withExportRevisionsToS3(ExportRevisionsToS3ResponseDetails exportRevisionsToS3)
Details for the export revisions to Amazon S3 response.
exportRevisionsToS3
- Details for the export revisions to Amazon S3 response.public void setImportAssetFromSignedUrl(ImportAssetFromSignedUrlResponseDetails importAssetFromSignedUrl)
Details for the import from signed URL response.
importAssetFromSignedUrl
- Details for the import from signed URL response.public ImportAssetFromSignedUrlResponseDetails getImportAssetFromSignedUrl()
Details for the import from signed URL response.
public ResponseDetails withImportAssetFromSignedUrl(ImportAssetFromSignedUrlResponseDetails importAssetFromSignedUrl)
Details for the import from signed URL response.
importAssetFromSignedUrl
- Details for the import from signed URL response.public void setImportAssetsFromS3(ImportAssetsFromS3ResponseDetails importAssetsFromS3)
Details for the import from Amazon S3 response.
importAssetsFromS3
- Details for the import from Amazon S3 response.public ImportAssetsFromS3ResponseDetails getImportAssetsFromS3()
Details for the import from Amazon S3 response.
public ResponseDetails withImportAssetsFromS3(ImportAssetsFromS3ResponseDetails importAssetsFromS3)
Details for the import from Amazon S3 response.
importAssetsFromS3
- Details for the import from Amazon S3 response.public String toString()
toString
in class Object
Object.toString()
public ResponseDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.