@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenderingError extends Object implements Serializable, Cloneable, StructuredPojo
A description of an error that occurred while rendering the template.
Constructor and Description |
---|
RenderingError() |
Modifier and Type | Method and Description |
---|---|
RenderingError |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
A unique identifier for a specific class of errors.
|
String |
getMessage()
A human-readable message describing the error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
A unique identifier for a specific class of errors.
|
void |
setMessage(String message)
A human-readable message describing the error.
|
String |
toString()
Returns a string representation of this object.
|
RenderingError |
withCode(String code)
A unique identifier for a specific class of errors.
|
RenderingError |
withMessage(String message)
A human-readable message describing the error.
|
public void setCode(String code)
A unique identifier for a specific class of errors.
code
- A unique identifier for a specific class of errors.public String getCode()
A unique identifier for a specific class of errors.
public RenderingError withCode(String code)
A unique identifier for a specific class of errors.
code
- A unique identifier for a specific class of errors.public void setMessage(String message)
A human-readable message describing the error.
message
- A human-readable message describing the error.public String getMessage()
A human-readable message describing the error.
public RenderingError withMessage(String message)
A human-readable message describing the error.
message
- A human-readable message describing the error.public String toString()
toString
in class Object
Object.toString()
public RenderingError 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.