@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingCreateStandbyWorkspacesRequest extends Object implements Serializable, Cloneable, StructuredPojo
Information about the standby WorkSpace.
Constructor and Description |
---|
PendingCreateStandbyWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
PendingCreateStandbyWorkspacesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory for the standby WorkSpace.
|
String |
getState()
The operational state of the standby WorkSpace.
|
String |
getUserName()
Describes the standby WorkSpace that was created.
|
String |
getWorkspaceId()
The identifier of the standby WorkSpace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDirectoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
|
void |
setState(String state)
The operational state of the standby WorkSpace.
|
void |
setUserName(String userName)
Describes the standby WorkSpace that was created.
|
void |
setWorkspaceId(String workspaceId)
The identifier of the standby WorkSpace.
|
String |
toString()
Returns a string representation of this object.
|
PendingCreateStandbyWorkspacesRequest |
withDirectoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest |
withState(String state)
The operational state of the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest |
withState(WorkspaceState state)
The operational state of the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest |
withUserName(String userName)
Describes the standby WorkSpace that was created.
|
PendingCreateStandbyWorkspacesRequest |
withWorkspaceId(String workspaceId)
The identifier of the standby WorkSpace.
|
public PendingCreateStandbyWorkspacesRequest()
public void setUserName(String userName)
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
userName
- Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
public String getUserName()
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
public PendingCreateStandbyWorkspacesRequest withUserName(String userName)
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
userName
- Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
public void setDirectoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
directoryId
- The identifier of the directory for the standby WorkSpace.public String getDirectoryId()
The identifier of the directory for the standby WorkSpace.
public PendingCreateStandbyWorkspacesRequest withDirectoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
directoryId
- The identifier of the directory for the standby WorkSpace.public void setState(String state)
The operational state of the standby WorkSpace.
state
- The operational state of the standby WorkSpace.WorkspaceState
public String getState()
The operational state of the standby WorkSpace.
WorkspaceState
public PendingCreateStandbyWorkspacesRequest withState(String state)
The operational state of the standby WorkSpace.
state
- The operational state of the standby WorkSpace.WorkspaceState
public PendingCreateStandbyWorkspacesRequest withState(WorkspaceState state)
The operational state of the standby WorkSpace.
state
- The operational state of the standby WorkSpace.WorkspaceState
public void setWorkspaceId(String workspaceId)
The identifier of the standby WorkSpace.
workspaceId
- The identifier of the standby WorkSpace.public String getWorkspaceId()
The identifier of the standby WorkSpace.
public PendingCreateStandbyWorkspacesRequest withWorkspaceId(String workspaceId)
The identifier of the standby WorkSpace.
workspaceId
- The identifier of the standby WorkSpace.public String toString()
toString
in class Object
Object.toString()
public PendingCreateStandbyWorkspacesRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.