@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedCreateWorkspaceRequest extends Object implements Serializable, Cloneable, StructuredPojo
Describes a WorkSpace that cannot be created.
Constructor and Description |
---|
FailedCreateWorkspaceRequest() |
Modifier and Type | Method and Description |
---|---|
FailedCreateWorkspaceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code that is returned if the WorkSpace cannot be created.
|
String |
getErrorMessage()
The text of the error message that is returned if the WorkSpace cannot be created.
|
WorkspaceRequest |
getWorkspaceRequest()
Information about the WorkSpace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
|
void |
setErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
|
void |
setWorkspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
|
String |
toString()
Returns a string representation of this object.
|
FailedCreateWorkspaceRequest |
withErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
|
FailedCreateWorkspaceRequest |
withErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
|
FailedCreateWorkspaceRequest |
withWorkspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
|
public void setWorkspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
workspaceRequest
- Information about the WorkSpace.public WorkspaceRequest getWorkspaceRequest()
Information about the WorkSpace.
public FailedCreateWorkspaceRequest withWorkspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
workspaceRequest
- Information about the WorkSpace.public void setErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
errorCode
- The error code that is returned if the WorkSpace cannot be created.public String getErrorCode()
The error code that is returned if the WorkSpace cannot be created.
public FailedCreateWorkspaceRequest withErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
errorCode
- The error code that is returned if the WorkSpace cannot be created.public void setErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
errorMessage
- The text of the error message that is returned if the WorkSpace cannot be created.public String getErrorMessage()
The text of the error message that is returned if the WorkSpace cannot be created.
public FailedCreateWorkspaceRequest withErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
errorMessage
- The text of the error message that is returned if the WorkSpace cannot be created.public String toString()
toString
in class Object
Object.toString()
public FailedCreateWorkspaceRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.