@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) |
String |
getFileFormat()
The file format of the bot or bot locale definition files.
|
String |
getFilePassword()
An password to use to encrypt the exported archive.
|
ExportResourceSpecification |
getResourceSpecification()
Specifies the type of resource to export, either a bot or a bot locale.
|
int |
hashCode() |
void |
setFileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
|
void |
setFilePassword(String filePassword)
An password to use to encrypt the exported archive.
|
void |
setResourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
String |
toString()
Returns a string representation of this object.
|
CreateExportRequest |
withFileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest |
withFileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest |
withFilePassword(String filePassword)
An password to use to encrypt the exported archive.
|
CreateExportRequest |
withResourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
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 setResourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
resourceSpecification
- Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of
resource to export.public ExportResourceSpecification getResourceSpecification()
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
public CreateExportRequest withResourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
resourceSpecification
- Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of
resource to export.public void setFileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
fileFormat
- The file format of the bot or bot locale definition files.ImportExportFileFormat
public String getFileFormat()
The file format of the bot or bot locale definition files.
ImportExportFileFormat
public CreateExportRequest withFileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
fileFormat
- The file format of the bot or bot locale definition files.ImportExportFileFormat
public CreateExportRequest withFileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
fileFormat
- The file format of the bot or bot locale definition files.ImportExportFileFormat
public void setFilePassword(String filePassword)
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
filePassword
- An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt
the archive to protect the data in transit between Amazon Lex and your local computer.public String getFilePassword()
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
public CreateExportRequest withFilePassword(String filePassword)
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
filePassword
- An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt
the archive to protect the data in transit between Amazon Lex and your local computer.public String toString()
toString
in class Object
Object.toString()
public CreateExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()