@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the Directory.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.
|
int |
hashCode() |
void |
setName(String name)
The name of the Directory.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (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)
The name of the Directory.
|
CreateDirectoryRequest |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.
|
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 Directory. Should be unique per account, per region.
name
- The name of the Directory. Should be unique per account, per region.public String getName()
The name of the Directory. Should be unique per account, per region.
public CreateDirectoryRequest withName(String name)
The name of the Directory. Should be unique per account, per region.
name
- The 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 Object
Object.toString()
public CreateDirectoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.