@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExportRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Export |
getExport()
The details of the export, including data query, name, description, and destination configuration.
|
List<ResourceTag> |
getResourceTags()
An optional list of tags to associate with the specified export.
|
int |
hashCode() |
void |
setExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
|
void |
setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
String |
toString()
Returns a string representation of this object.
|
CreateExportRequest |
withExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
|
CreateExportRequest |
withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
CreateExportRequest |
withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
export
- The details of the export, including data query, name, description, and destination configuration.public Export getExport()
The details of the export, including data query, name, description, and destination configuration.
public CreateExportRequest withExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
export
- The details of the export, including data query, name, description, and destination configuration.public List<ResourceTag> getResourceTags()
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
public void setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
resourceTags
- An optional list of tags to associate with the specified export. Each tag consists of a key and a value,
and each key must be unique for the resource.public CreateExportRequest withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
NOTE: This method appends the values to the existing list (if any). Use
setResourceTags(java.util.Collection)
or withResourceTags(java.util.Collection)
if you want to
override the existing values.
resourceTags
- An optional list of tags to associate with the specified export. Each tag consists of a key and a value,
and each key must be unique for the resource.public CreateExportRequest withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
resourceTags
- An optional list of tags to associate with the specified export. Each tag consists of a key and a value,
and each key must be unique for the resource.public String toString()
toString
in class Object
Object.toString()
public CreateExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()