Class FailedCreateWorkspaceRequest
java.lang.Object
com.amazonaws.services.workspaces.model.FailedCreateWorkspaceRequest
- All Implemented Interfaces:
Serializable, Cloneable
Contains information about a WorkSpace that could not be created.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe error code.The textual error message.A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.inthashCode()voidsetErrorCode(String errorCode) The error code.voidsetErrorMessage(String errorMessage) The textual error message.voidsetWorkspaceRequest(WorkspaceRequest workspaceRequest) A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.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.withWorkspaceRequest(WorkspaceRequest workspaceRequest) A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
-
Constructor Details
-
FailedCreateWorkspaceRequest
public FailedCreateWorkspaceRequest()
-
-
Method Details
-
setWorkspaceRequest
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
- Parameters:
workspaceRequest- A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
-
getWorkspaceRequest
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
- Returns:
- A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
-
withWorkspaceRequest
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
- Parameters:
workspaceRequest- A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.- 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
-