@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details for the request.
Constructor and Description |
---|
RequestDetails() |
Modifier and Type | Method and Description |
---|---|
RequestDetails |
clone() |
boolean |
equals(Object obj) |
ExportAssetsToS3RequestDetails |
getExportAssetsToS3()
Details about the export to Amazon S3 request.
|
ExportAssetToSignedUrlRequestDetails |
getExportAssetToSignedUrl()
Details about the export to signed URL request.
|
ExportRevisionsToS3RequestDetails |
getExportRevisionsToS3()
Details about the export to Amazon S3 request.
|
ImportAssetFromApiGatewayApiRequestDetails |
getImportAssetFromApiGatewayApi()
Details about the import from signed URL request.
|
ImportAssetFromSignedUrlRequestDetails |
getImportAssetFromSignedUrl()
Details about the import from Amazon S3 request.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
getImportAssetsFromRedshiftDataShares()
Details from an import from Amazon Redshift datashare request.
|
ImportAssetsFromS3RequestDetails |
getImportAssetsFromS3()
Information about the import asset from API Gateway API request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportAssetsToS3(ExportAssetsToS3RequestDetails exportAssetsToS3)
Details about the export to Amazon S3 request.
|
void |
setExportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl)
Details about the export to signed URL request.
|
void |
setExportRevisionsToS3(ExportRevisionsToS3RequestDetails exportRevisionsToS3)
Details about the export to Amazon S3 request.
|
void |
setImportAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi)
Details about the import from signed URL request.
|
void |
setImportAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl)
Details about the import from Amazon S3 request.
|
void |
setImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
|
void |
setImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Information about the import asset from API Gateway API request.
|
String |
toString()
Returns a string representation of this object.
|
RequestDetails |
withExportAssetsToS3(ExportAssetsToS3RequestDetails exportAssetsToS3)
Details about the export to Amazon S3 request.
|
RequestDetails |
withExportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl)
Details about the export to signed URL request.
|
RequestDetails |
withExportRevisionsToS3(ExportRevisionsToS3RequestDetails exportRevisionsToS3)
Details about the export to Amazon S3 request.
|
RequestDetails |
withImportAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi)
Details about the import from signed URL request.
|
RequestDetails |
withImportAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl)
Details about the import from Amazon S3 request.
|
RequestDetails |
withImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
|
RequestDetails |
withImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Information about the import asset from API Gateway API request.
|
public void setExportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl)
Details about the export to signed URL request.
exportAssetToSignedUrl
- Details about the export to signed URL request.public ExportAssetToSignedUrlRequestDetails getExportAssetToSignedUrl()
Details about the export to signed URL request.
public RequestDetails withExportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl)
Details about the export to signed URL request.
exportAssetToSignedUrl
- Details about the export to signed URL request.public void setExportAssetsToS3(ExportAssetsToS3RequestDetails exportAssetsToS3)
Details about the export to Amazon S3 request.
exportAssetsToS3
- Details about the export to Amazon S3 request.public ExportAssetsToS3RequestDetails getExportAssetsToS3()
Details about the export to Amazon S3 request.
public RequestDetails withExportAssetsToS3(ExportAssetsToS3RequestDetails exportAssetsToS3)
Details about the export to Amazon S3 request.
exportAssetsToS3
- Details about the export to Amazon S3 request.public void setExportRevisionsToS3(ExportRevisionsToS3RequestDetails exportRevisionsToS3)
Details about the export to Amazon S3 request.
exportRevisionsToS3
- Details about the export to Amazon S3 request.public ExportRevisionsToS3RequestDetails getExportRevisionsToS3()
Details about the export to Amazon S3 request.
public RequestDetails withExportRevisionsToS3(ExportRevisionsToS3RequestDetails exportRevisionsToS3)
Details about the export to Amazon S3 request.
exportRevisionsToS3
- Details about the export to Amazon S3 request.public void setImportAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl)
Details about the import from Amazon S3 request.
importAssetFromSignedUrl
- Details about the import from Amazon S3 request.public ImportAssetFromSignedUrlRequestDetails getImportAssetFromSignedUrl()
Details about the import from Amazon S3 request.
public RequestDetails withImportAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl)
Details about the import from Amazon S3 request.
importAssetFromSignedUrl
- Details about the import from Amazon S3 request.public void setImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Information about the import asset from API Gateway API request.
importAssetsFromS3
- Information about the import asset from API Gateway API request.public ImportAssetsFromS3RequestDetails getImportAssetsFromS3()
Information about the import asset from API Gateway API request.
public RequestDetails withImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Information about the import asset from API Gateway API request.
importAssetsFromS3
- Information about the import asset from API Gateway API request.public void setImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
importAssetsFromRedshiftDataShares
- Details from an import from Amazon Redshift datashare request.public ImportAssetsFromRedshiftDataSharesRequestDetails getImportAssetsFromRedshiftDataShares()
Details from an import from Amazon Redshift datashare request.
public RequestDetails withImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
importAssetsFromRedshiftDataShares
- Details from an import from Amazon Redshift datashare request.public void setImportAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi)
Details about the import from signed URL request.
importAssetFromApiGatewayApi
- Details about the import from signed URL request.public ImportAssetFromApiGatewayApiRequestDetails getImportAssetFromApiGatewayApi()
Details about the import from signed URL request.
public RequestDetails withImportAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi)
Details about the import from signed URL request.
importAssetFromApiGatewayApi
- Details about the import from signed URL request.public String toString()
toString
in class Object
Object.toString()
public RequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.