@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDirectoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppliedSchemaArn()
ARN of the published schema in the Directory.
|
String |
getDirectoryArn()
ARN associated with the Directory.
|
String |
getName()
Name of the Directory.
|
String |
getObjectIdentifier()
The root object node of the created directory.
|
int |
hashCode() |
void |
setAppliedSchemaArn(String appliedSchemaArn)
ARN of the published schema in the Directory.
|
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory.
|
void |
setName(String name)
Name of the Directory.
|
void |
setObjectIdentifier(String objectIdentifier)
The root object node of the created directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDirectoryResult |
withAppliedSchemaArn(String appliedSchemaArn)
ARN of the published schema in the Directory.
|
CreateDirectoryResult |
withDirectoryArn(String directoryArn)
ARN associated with the Directory.
|
CreateDirectoryResult |
withName(String name)
Name of the Directory.
|
CreateDirectoryResult |
withObjectIdentifier(String objectIdentifier)
The root object node of the created directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public CreateDirectoryResult withDirectoryArn(String directoryArn)
public void setName(String name)
Name of the Directory.
name
- Name of the Directory.public CreateDirectoryResult withName(String name)
Name of the Directory.
name
- Name of the Directory.public void setObjectIdentifier(String objectIdentifier)
The root object node of the created directory.
objectIdentifier
- The root object node of the created directory.public String getObjectIdentifier()
The root object node of the created directory.
public CreateDirectoryResult withObjectIdentifier(String objectIdentifier)
The root object node of the created directory.
objectIdentifier
- The root object node of the created directory.public void setAppliedSchemaArn(String appliedSchemaArn)
public String getAppliedSchemaArn()
public CreateDirectoryResult withAppliedSchemaArn(String appliedSchemaArn)
ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN which is referred to applied schema ARN. For more information, see arns.
appliedSchemaArn
- ARN of the published schema in the Directory. Once a published schema is copied into the directory,
it has its own ARN which is referred to applied schema ARN. For more information, see arns.public String toString()
toString
in class Object
Object.toString()
public CreateDirectoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.