Class RebootWorkspacesResult
java.lang.Object
com.amazonaws.services.workspaces.model.RebootWorkspacesResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the results of the RebootWorkspaces operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn array of structures that represent any WorkSpaces that could not be rebooted.inthashCode()voidsetFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.toString()Returns a string representation of this object; useful for testing and debugging.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.
-
Constructor Details
-
RebootWorkspacesResult
public RebootWorkspacesResult()
-
-
Method Details
-
getFailedRequests
An array of structures that represent any WorkSpaces that could not be rebooted.
- Returns:
- An array of structures that represent any WorkSpaces that could not be rebooted.
-
setFailedRequests
An array of structures that represent any WorkSpaces that could not be rebooted.
- Parameters:
failedRequests- An array of structures that represent any WorkSpaces that could not be rebooted.
-
withFailedRequests
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)orwithFailedRequests(java.util.Collection)if you want to override the existing values.- Parameters:
failedRequests- An array of structures that represent any WorkSpaces that could not be rebooted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailedRequests
public RebootWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.
- Parameters:
failedRequests- An array of structures that represent any WorkSpaces that could not be rebooted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-