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()
boolean
The error code.The textual error message.A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.int
hashCode()
void
setErrorCode
(String errorCode) The error code.void
setErrorMessage
(String errorMessage) The textual error message.void
setWorkspaceRequest
(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
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
-