Class FailedWorkspaceChangeRequest
java.lang.Object
com.amazonaws.services.workspaces.model.FailedWorkspaceChangeRequest
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about a WorkSpace that could not be rebooted (RebootWorkspaces), rebuilt (RebuildWorkspaces), or terminated (TerminateWorkspaces).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The error code.The textual error message.The identifier of the WorkSpace.int
hashCode()
void
setErrorCode
(String errorCode) The error code.void
setErrorMessage
(String errorMessage) The textual error message.void
setWorkspaceId
(String workspaceId) The identifier of the WorkSpace.toString()
Returns a string representation of this object; useful for testing and debugging.withErrorCode
(String errorCode) The error code.withErrorMessage
(String errorMessage) The textual error message.withWorkspaceId
(String workspaceId) The identifier of the WorkSpace.
-
Constructor Details
-
FailedWorkspaceChangeRequest
public FailedWorkspaceChangeRequest()
-
-
Method Details
-
setWorkspaceId
The identifier of the WorkSpace.
- Parameters:
workspaceId
- The identifier of the WorkSpace.
-
getWorkspaceId
The identifier of the WorkSpace.
- Returns:
- The identifier of the WorkSpace.
-
withWorkspaceId
The identifier of the WorkSpace.
- Parameters:
workspaceId
- The identifier of the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorCode
The error code.
- Parameters:
errorCode
- The error code.
-
getErrorCode
The error code.
- Returns:
- The error code.
-
withErrorCode
The error code.
- Parameters:
errorCode
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorMessage
The textual error message.
- Parameters:
errorMessage
- The textual error message.
-
getErrorMessage
The textual error message.
- Returns:
- The textual error message.
-
withErrorMessage
The textual error message.
- Parameters:
errorMessage
- The textual error message.- 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
-