public class TerminateWorkspacesResult extends Object implements Serializable, Cloneable
Contains the results of the TerminateWorkspaces operation.
| Constructor and Description |
|---|
TerminateWorkspacesResult() |
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkspacesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedWorkspaceChangeRequest> |
getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
terminated.
|
int |
hashCode() |
void |
setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateWorkspacesResult |
withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
TerminateWorkspacesResult |
withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
public List<FailedWorkspaceChangeRequest> getFailedRequests()
An array of structures that represent any WorkSpaces that could not be terminated.
public void setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be terminated.
failedRequests - An array of structures that represent any WorkSpaces that could
not be terminated.public TerminateWorkspacesResult withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be terminated.
NOTE: This method appends the values to the existing list (if
any). Use setFailedRequests(java.util.Collection) or
withFailedRequests(java.util.Collection) if you want to override
the existing values.
failedRequests - An array of structures that represent any WorkSpaces that could
not be terminated.public TerminateWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be terminated.
failedRequests - An array of structures that represent any WorkSpaces that could
not be terminated.public String toString()
toString in class ObjectObject.toString()public TerminateWorkspacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.