public class CreateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCreationToken()
String of up to 64 ASCII characters.
|
int |
hashCode() |
void |
setCreationToken(String creationToken)
String of up to 64 ASCII characters.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateFileSystemRequest |
withCreationToken(String creationToken)
String of up to 64 ASCII characters.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCreationToken(String creationToken)
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
creationToken
- String of up to 64 ASCII characters. Amazon EFS uses this to
ensure idempotent creation.public String getCreationToken()
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
public CreateFileSystemRequest withCreationToken(String creationToken)
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
creationToken
- String of up to 64 ASCII characters. Amazon EFS uses this to
ensure idempotent creation.public String toString()
toString
in class Object
Object.toString()
public CreateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.