@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) |
CreateS3DataAccessFromS3BucketRequestDetails |
getCreateS3DataAccessFromS3Bucket()
Details of the request to create S3 data access from the Amazon S3 bucket.
|
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.
|
ImportAssetsFromLakeFormationTagPolicyRequestDetails |
getImportAssetsFromLakeFormationTagPolicy()
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
|
ImportAssetsFromRedshiftDataSharesRequestDetails |
getImportAssetsFromRedshiftDataShares()
Details from an import from Amazon Redshift datashare request.
|
ImportAssetsFromS3RequestDetails |
getImportAssetsFromS3()
Details about the import asset from API Gateway API request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreateS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket)
Details of the request to create S3 data access from the Amazon S3 bucket.
|
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 |
setImportAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy)
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
|
void |
setImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
|
void |
setImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Details about the import asset from API Gateway API request.
|
String |
toString()
Returns a string representation of this object.
|
RequestDetails |
withCreateS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket)
Details of the request to create S3 data access from the Amazon S3 bucket.
|
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 |
withImportAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy)
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
|
RequestDetails |
withImportAssetsFromRedshiftDataShares(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares)
Details from an import from Amazon Redshift datashare request.
|
RequestDetails |
withImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Details 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)
Details about the import asset from API Gateway API request.
importAssetsFromS3
- Details about the import asset from API Gateway API request.public ImportAssetsFromS3RequestDetails getImportAssetsFromS3()
Details about the import asset from API Gateway API request.
public RequestDetails withImportAssetsFromS3(ImportAssetsFromS3RequestDetails importAssetsFromS3)
Details about the import asset from API Gateway API request.
importAssetsFromS3
- Details 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 void setCreateS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket)
Details of the request to create S3 data access from the Amazon S3 bucket.
createS3DataAccessFromS3Bucket
- Details of the request to create S3 data access from the Amazon S3 bucket.public CreateS3DataAccessFromS3BucketRequestDetails getCreateS3DataAccessFromS3Bucket()
Details of the request to create S3 data access from the Amazon S3 bucket.
public RequestDetails withCreateS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket)
Details of the request to create S3 data access from the Amazon S3 bucket.
createS3DataAccessFromS3Bucket
- Details of the request to create S3 data access from the Amazon S3 bucket.public void setImportAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy)
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
importAssetsFromLakeFormationTagPolicy
- Request details for the ImportAssetsFromLakeFormationTagPolicy job.public ImportAssetsFromLakeFormationTagPolicyRequestDetails getImportAssetsFromLakeFormationTagPolicy()
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
public RequestDetails withImportAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy)
Request details for the ImportAssetsFromLakeFormationTagPolicy job.
importAssetsFromLakeFormationTagPolicy
- Request details for the ImportAssetsFromLakeFormationTagPolicy job.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.