@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportId()
The unique identifier Amazon Lex assigned to the export.
|
String |
getFilePassword()
The new password to use to encrypt the export zip archive.
|
int |
hashCode() |
void |
setExportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
void |
setFilePassword(String filePassword)
The new password to use to encrypt the export zip archive.
|
String |
toString()
Returns a string representation of this object.
|
UpdateExportRequest |
withExportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportRequest |
withFilePassword(String filePassword)
The new password to use to encrypt the export zip archive.
|
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, withSdkRequestTimeoutpublic void setExportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
exportId - The unique identifier Amazon Lex assigned to the export.public String getExportId()
The unique identifier Amazon Lex assigned to the export.
public UpdateExportRequest withExportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
exportId - The unique identifier Amazon Lex assigned to the export.public void setFilePassword(String filePassword)
The new password to use to encrypt the export zip archive.
filePassword - The new password to use to encrypt the export zip archive.public String getFilePassword()
The new password to use to encrypt the export zip archive.
public UpdateExportRequest withFilePassword(String filePassword)
The new password to use to encrypt the export zip archive.
filePassword - The new password to use to encrypt the export zip archive.public String toString()
toString in class ObjectObject.toString()public UpdateExportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()