public class CreateDirectoryResult extends Object 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; useful for testing and
debugging.
|
CreateDirectoryResult |
withDirectoryId(String directoryId)
The identifier of the directory that was created.
|
public String getDirectoryId()
Constraints:
Pattern: ^d-[0-9a-f]{10}$
public void setDirectoryId(String directoryId)
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId
- The identifier of the directory that was created.public CreateDirectoryResult withDirectoryId(String directoryId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId
- The identifier of the directory that was created.public String toString()
toString
in class Object
Object.toString()
public CreateDirectoryResult clone()
Copyright © 2015. All rights reserved.