@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedCreateWorkspaceRequest extends Object implements Serializable, Cloneable, StructuredPojo
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 FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace
that could not be created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrorCode(String errorCode)
The error code.
|
void |
setErrorMessage(String errorMessage)
The textual error message.
|
void |
setWorkspaceRequest(WorkspaceRequest workspaceRequest)
A FailedCreateWorkspaceRequest$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 FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace
that could not be created.
|
public void setWorkspaceRequest(WorkspaceRequest workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
workspaceRequest - A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.public WorkspaceRequest getWorkspaceRequest()
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
public FailedCreateWorkspaceRequest withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
workspaceRequest - A FailedCreateWorkspaceRequest$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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.