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