@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()
The ARN of the published schema in the Directory.
|
String |
getDirectoryArn()
The ARN that is associated with the Directory.
|
String |
getName()
The name of the Directory.
|
String |
getObjectIdentifier()
The root object node of the created directory.
|
int |
hashCode() |
void |
setAppliedSchemaArn(String appliedSchemaArn)
The ARN of the published schema in the Directory.
|
void |
setDirectoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
void |
setName(String name)
The 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)
The ARN of the published schema in the Directory.
|
CreateDirectoryResult |
withDirectoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
CreateDirectoryResult |
withName(String name)
The 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)
The name of the Directory.
name
- The name of the Directory.public CreateDirectoryResult withName(String name)
The name of the Directory.
name
- The 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)
The 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
- The 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.