public class RebuildWorkspacesResult extends Object implements Serializable, Cloneable
Contains the results of the RebuildWorkspaces operation.
| Constructor and Description |
|---|
RebuildWorkspacesResult() |
| Modifier and Type | Method and Description |
|---|---|
RebuildWorkspacesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedWorkspaceChangeRequest> |
getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
int |
hashCode() |
void |
setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebuildWorkspacesResult |
withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
RebuildWorkspacesResult |
withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
public List<FailedWorkspaceChangeRequest> getFailedRequests()
public void setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
failedRequests - An array of structures that represent any WorkSpaces that could not be
rebuilt.public RebuildWorkspacesResult withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Returns a reference to this object so that method calls can be chained together.
failedRequests - An array of structures that represent any WorkSpaces that could not be
rebuilt.public RebuildWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Returns a reference to this object so that method calls can be chained together.
failedRequests - An array of structures that represent any WorkSpaces that could not be
rebuilt.public String toString()
toString in class ObjectObject.toString()public RebuildWorkspacesResult clone()
Copyright © 2015. All rights reserved.