@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExportRequest() |
Modifier and Type | Method and Description |
---|---|
GetExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportType()
The format of the exported data.
|
String |
getName()
The name of the bot to export.
|
String |
getResourceType()
The type of resource to export.
|
String |
getVersion()
The version of the bot to export.
|
int |
hashCode() |
void |
setExportType(String exportType)
The format of the exported data.
|
void |
setName(String name)
The name of the bot to export.
|
void |
setResourceType(String resourceType)
The type of resource to export.
|
void |
setVersion(String version)
The version of the bot to export.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetExportRequest |
withExportType(ExportType exportType)
The format of the exported data.
|
GetExportRequest |
withExportType(String exportType)
The format of the exported data.
|
GetExportRequest |
withName(String name)
The name of the bot to export.
|
GetExportRequest |
withResourceType(ResourceType resourceType)
The type of resource to export.
|
GetExportRequest |
withResourceType(String resourceType)
The type of resource to export.
|
GetExportRequest |
withVersion(String version)
The version of the bot to 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 setName(String name)
The name of the bot to export.
name
- The name of the bot to export.public String getName()
The name of the bot to export.
public GetExportRequest withName(String name)
The name of the bot to export.
name
- The name of the bot to export.public void setVersion(String version)
The version of the bot to export.
version
- The version of the bot to export.public String getVersion()
The version of the bot to export.
public GetExportRequest withVersion(String version)
The version of the bot to export.
version
- The version of the bot to export.public void setResourceType(String resourceType)
The type of resource to export.
resourceType
- The type of resource to export.ResourceType
public String getResourceType()
The type of resource to export.
ResourceType
public GetExportRequest withResourceType(String resourceType)
The type of resource to export.
resourceType
- The type of resource to export.ResourceType
public GetExportRequest withResourceType(ResourceType resourceType)
The type of resource to export.
resourceType
- The type of resource to export.ResourceType
public void setExportType(String exportType)
The format of the exported data.
exportType
- The format of the exported data.ExportType
public String getExportType()
The format of the exported data.
ExportType
public GetExportRequest withExportType(String exportType)
The format of the exported data.
exportType
- The format of the exported data.ExportType
public GetExportRequest withExportType(ExportType exportType)
The format of the exported data.
exportType
- The format of the exported data.ExportType
public String toString()
toString
in class Object
Object.toString()
public GetExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.