@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetError extends Object implements Serializable, Cloneable, StructuredPojo
Describes a fleet error.
Constructor and Description |
---|
FleetError() |
Modifier and Type | Method and Description |
---|---|
FleetError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getErrorMessage()
The error message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(FleetErrorCode errorCode)
The error code.
|
void |
setErrorCode(String errorCode)
The error code.
|
void |
setErrorMessage(String errorMessage)
The error message.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FleetError |
withErrorCode(FleetErrorCode errorCode)
The error code.
|
FleetError |
withErrorCode(String errorCode)
The error code.
|
FleetError |
withErrorMessage(String errorMessage)
The error message.
|
public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.FleetErrorCode
public String getErrorCode()
The error code.
FleetErrorCode
public FleetError withErrorCode(String errorCode)
The error code.
errorCode
- The error code.FleetErrorCode
public void setErrorCode(FleetErrorCode errorCode)
The error code.
errorCode
- The error code.FleetErrorCode
public FleetError withErrorCode(FleetErrorCode errorCode)
The error code.
errorCode
- The error code.FleetErrorCode
public void setErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String getErrorMessage()
The error message.
public FleetError withErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String toString()
toString
in class Object
Object.toString()
public FleetError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.