@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) |
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 Object
Object.toString()
public UpdateError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.