@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateError extends Object implements Serializable, Cloneable, StructuredPojo
Error information of update, if applicable.
| Constructor and Description |
|---|
UpdateError() |
| Modifier and Type | Method and Description |
|---|---|
UpdateError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
Error code of update.
|
String |
getErrorMessage()
Error message of update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrorCode(String errorCode)
Error code of update.
|
void |
setErrorMessage(String errorMessage)
Error message of update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateError |
withErrorCode(String errorCode)
Error code of update.
|
UpdateError |
withErrorMessage(String errorMessage)
Error message of update.
|
public void setErrorCode(String errorCode)
Error code of update.
errorCode - Error code of update.public String getErrorCode()
Error code of update.
public UpdateError withErrorCode(String errorCode)
Error code of update.
errorCode - Error code of update.public void setErrorMessage(String errorMessage)
Error message of update.
errorMessage - Error message of update.public String getErrorMessage()
Error message of update.
public UpdateError withErrorMessage(String errorMessage)
Error message of update.
errorMessage - Error message of update.public String toString()
toString in class ObjectObject.toString()public UpdateError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.