@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackError extends Object implements Serializable, Cloneable, StructuredPojo
Describes a stack error.
Constructor and Description |
---|
StackError() |
Modifier and Type | Method and Description |
---|---|
StackError |
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(StackErrorCode 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.
|
StackError |
withErrorCode(StackErrorCode errorCode)
The error code.
|
StackError |
withErrorCode(String errorCode)
The error code.
|
StackError |
withErrorMessage(String errorMessage)
The error message.
|
public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.StackErrorCode
public String getErrorCode()
The error code.
StackErrorCode
public StackError withErrorCode(String errorCode)
The error code.
errorCode
- The error code.StackErrorCode
public void setErrorCode(StackErrorCode errorCode)
The error code.
errorCode
- The error code.StackErrorCode
public StackError withErrorCode(StackErrorCode errorCode)
The error code.
errorCode
- The error code.StackErrorCode
public void setErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String getErrorMessage()
The error message.
public StackError withErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String toString()
toString
in class Object
Object.toString()
public StackError 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.