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()booleanThe error code.The textual error message.The identifier of the WorkSpace.inthashCode()voidsetErrorCode(String errorCode) The error code.voidsetErrorMessage(String errorMessage) The textual error message.voidsetWorkspaceId(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
-
getErrorCode
-
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
-
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
-
equals
-
hashCode
-
clone
-