@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationErrorItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains a description of an evaluation error.
This data type is a response parameter of the IsAuthorized, BatchIsAuthorized , and IsAuthorizedWithToken operations.
Constructor and Description |
---|
EvaluationErrorItem() |
Modifier and Type | Method and Description |
---|---|
EvaluationErrorItem |
clone() |
boolean |
equals(Object obj) |
String |
getErrorDescription()
The error description.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorDescription(String errorDescription)
The error description.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationErrorItem |
withErrorDescription(String errorDescription)
The error description.
|
public void setErrorDescription(String errorDescription)
The error description.
errorDescription
- The error description.public String getErrorDescription()
The error description.
public EvaluationErrorItem withErrorDescription(String errorDescription)
The error description.
errorDescription
- The error description.public String toString()
toString
in class Object
Object.toString()
public EvaluationErrorItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.