@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStandbyWorkspacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStandbyWorkspacesResult() |
Modifier and Type | Method and Description |
---|---|
CreateStandbyWorkspacesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedCreateStandbyWorkspacesRequest> |
getFailedStandbyRequests()
Information about the standby WorkSpace that could not be created.
|
List<PendingCreateStandbyWorkspacesRequest> |
getPendingStandbyRequests()
Information about the standby WorkSpace that was created.
|
int |
hashCode() |
void |
setFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
void |
setPendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateStandbyWorkspacesResult |
withFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
CreateStandbyWorkspacesResult |
withFailedStandbyRequests(FailedCreateStandbyWorkspacesRequest... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
CreateStandbyWorkspacesResult |
withPendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
|
CreateStandbyWorkspacesResult |
withPendingStandbyRequests(PendingCreateStandbyWorkspacesRequest... pendingStandbyRequests)
Information about the standby WorkSpace that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedCreateStandbyWorkspacesRequest> getFailedStandbyRequests()
Information about the standby WorkSpace that could not be created.
public void setFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
failedStandbyRequests
- Information about the standby WorkSpace that could not be created.public CreateStandbyWorkspacesResult withFailedStandbyRequests(FailedCreateStandbyWorkspacesRequest... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
NOTE: This method appends the values to the existing list (if any). Use
setFailedStandbyRequests(java.util.Collection)
or
withFailedStandbyRequests(java.util.Collection)
if you want to override the existing values.
failedStandbyRequests
- Information about the standby WorkSpace that could not be created.public CreateStandbyWorkspacesResult withFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
failedStandbyRequests
- Information about the standby WorkSpace that could not be created.public List<PendingCreateStandbyWorkspacesRequest> getPendingStandbyRequests()
Information about the standby WorkSpace that was created.
public void setPendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
pendingStandbyRequests
- Information about the standby WorkSpace that was created.public CreateStandbyWorkspacesResult withPendingStandbyRequests(PendingCreateStandbyWorkspacesRequest... pendingStandbyRequests)
Information about the standby WorkSpace that was created.
NOTE: This method appends the values to the existing list (if any). Use
setPendingStandbyRequests(java.util.Collection)
or
withPendingStandbyRequests(java.util.Collection)
if you want to override the existing values.
pendingStandbyRequests
- Information about the standby WorkSpace that was created.public CreateStandbyWorkspacesResult withPendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
pendingStandbyRequests
- Information about the standby WorkSpace that was created.public String toString()
toString
in class Object
Object.toString()
public CreateStandbyWorkspacesResult clone()