@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedCreateStandbyWorkspacesRequest extends Object implements Serializable, Cloneable, StructuredPojo
Describes the standby WorkSpace that could not be created.
Constructor and Description |
---|
FailedCreateStandbyWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
FailedCreateStandbyWorkspacesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code that is returned if the standby WorkSpace could not be created.
|
String |
getErrorMessage()
The text of the error message that is returned if the standby WorkSpace could not be created.
|
StandbyWorkspace |
getStandbyWorkspaceRequest()
Information about the standby 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 that is returned if the standby WorkSpace could not be created.
|
void |
setErrorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
|
void |
setStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
String |
toString()
Returns a string representation of this object.
|
FailedCreateStandbyWorkspacesRequest |
withErrorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest |
withErrorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest |
withStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
public FailedCreateStandbyWorkspacesRequest()
public void setStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
standbyWorkspaceRequest
- Information about the standby WorkSpace that could not be created.public StandbyWorkspace getStandbyWorkspaceRequest()
Information about the standby WorkSpace that could not be created.
public FailedCreateStandbyWorkspacesRequest withStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
standbyWorkspaceRequest
- Information about the standby WorkSpace that could not be created.public void setErrorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
errorCode
- The error code that is returned if the standby WorkSpace could not be created.public String getErrorCode()
The error code that is returned if the standby WorkSpace could not be created.
public FailedCreateStandbyWorkspacesRequest withErrorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
errorCode
- The error code that is returned if the standby WorkSpace could not be created.public void setErrorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
errorMessage
- The text of the error message that is returned if the standby WorkSpace could not be created.public String getErrorMessage()
The text of the error message that is returned if the standby WorkSpace could not be created.
public FailedCreateStandbyWorkspacesRequest withErrorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
errorMessage
- The text of the error message that is returned if the standby WorkSpace could not be created.public String toString()
toString
in class Object
Object.toString()
public FailedCreateStandbyWorkspacesRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.