@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the results of the CreateDirectory operation.
Constructor and Description |
---|
CreateDirectoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory that was created.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateDirectoryResult |
withDirectoryId(String directoryId)
The identifier of the directory that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId
- The identifier of the directory that was created.public String getDirectoryId()
The identifier of the directory that was created.
public CreateDirectoryResult withDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId
- The identifier of the directory that was created.public String toString()
toString
in class Object
Object.toString()
public CreateDirectoryResult clone()