@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDirectoryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the Directory.
|
String |
getSchemaArn()
ARN of the published schema that will be copied into the data Directory.
|
int |
hashCode() |
void |
setName(String name)
Name of the Directory.
|
void |
setSchemaArn(String schemaArn)
ARN of the published schema that will be copied into the data Directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDirectoryRequest |
withName(String name)
Name of the Directory.
|
CreateDirectoryRequest |
withSchemaArn(String schemaArn)
ARN of the published schema that will be copied into the data Directory.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
Name of the Directory. Should be unique per account, per region.
name - Name of the Directory. Should be unique per account, per region.public String getName()
Name of the Directory. Should be unique per account, per region.
public CreateDirectoryRequest withName(String name)
Name of the Directory. Should be unique per account, per region.
name - Name of the Directory. Should be unique per account, per region.public void setSchemaArn(String schemaArn)
public String getSchemaArn()
public CreateDirectoryRequest withSchemaArn(String schemaArn)
public String toString()
toString in class ObjectObject.toString()public CreateDirectoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.