@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterWorkspaceDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterWorkspaceDirectoryResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterWorkspaceDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
String |
getState()
The registration status of the WorkSpace directory.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setState(String state)
The registration status of the WorkSpace directory.
|
String |
toString()
Returns a string representation of this object.
|
RegisterWorkspaceDirectoryResult |
withDirectoryId(String directoryId)
The identifier of the directory.
|
RegisterWorkspaceDirectoryResult |
withState(String state)
The registration status of the WorkSpace directory.
|
RegisterWorkspaceDirectoryResult |
withState(WorkspaceDirectoryState state)
The registration status of the WorkSpace directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public RegisterWorkspaceDirectoryResult withDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public void setState(String state)
The registration status of the WorkSpace directory.
state - The registration status of the WorkSpace directory.WorkspaceDirectoryStatepublic String getState()
The registration status of the WorkSpace directory.
WorkspaceDirectoryStatepublic RegisterWorkspaceDirectoryResult withState(String state)
The registration status of the WorkSpace directory.
state - The registration status of the WorkSpace directory.WorkspaceDirectoryStatepublic RegisterWorkspaceDirectoryResult withState(WorkspaceDirectoryState state)
The registration status of the WorkSpace directory.
state - The registration status of the WorkSpace directory.WorkspaceDirectoryStatepublic String toString()
toString in class ObjectObject.toString()public RegisterWorkspaceDirectoryResult clone()