public class RebootWorkspacesResult extends Object implements Serializable, Cloneable
Contains the results of the RebootWorkspaces operation.
Constructor and Description |
---|
RebootWorkspacesResult() |
Modifier and Type | Method and Description |
---|---|
RebootWorkspacesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedWorkspaceChangeRequest> |
getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
int |
hashCode() |
void |
setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebootWorkspacesResult |
withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
RebootWorkspacesResult |
withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
public List<FailedWorkspaceChangeRequest> getFailedRequests()
An array of structures that represent any WorkSpaces that could not be rebooted.
public void setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be rebooted.
failedRequests
- An array of structures that represent any WorkSpaces that could
not be rebooted.public RebootWorkspacesResult withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be rebooted.
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 rebooted.public RebootWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be rebooted.
failedRequests
- An array of structures that represent any WorkSpaces that could
not be rebooted.public String toString()
toString
in class Object
Object.toString()
public RebootWorkspacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.