public class FailedCreateWorkspaceRequest extends Object implements Serializable, Cloneable
Contains information about a WorkSpace that could not be created.
| Constructor and Description |
|---|
FailedCreateWorkspaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
FailedCreateWorkspaceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getErrorMessage()
The textual error message.
|
WorkspaceRequest |
getWorkspaceRequest()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
FailedCreateWorkspaceRequest |
withErrorCode(String errorCode)
The error code.
|
FailedCreateWorkspaceRequest |
withErrorMessage(String errorMessage)
The textual error message.
|
FailedCreateWorkspaceRequest |
withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
public void setWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
workspaceRequest - A WorkspaceRequest object that contains the information
about the WorkSpace that could not be created.public WorkspaceRequest getWorkspaceRequest()
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
public FailedCreateWorkspaceRequest withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
workspaceRequest - A WorkspaceRequest object that contains the information
about the WorkSpace that could not be created.public void setErrorCode(String errorCode)
The error code.
errorCode - The error code.public String getErrorCode()
The error code.
public FailedCreateWorkspaceRequest withErrorCode(String errorCode)
The error code.
errorCode - The error code.public void setErrorMessage(String errorMessage)
The textual error message.
errorMessage - The textual error message.public String getErrorMessage()
The textual error message.
public FailedCreateWorkspaceRequest withErrorMessage(String errorMessage)
The textual error message.
errorMessage - The textual error message.public String toString()
toString in class ObjectObject.toString()public FailedCreateWorkspaceRequest clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.