@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailureException extends Object implements Serializable, Cloneable, StructuredPojo
Represents a failure a contributor insights operation.
| Constructor and Description | 
|---|
| FailureException() | 
| Modifier and Type | Method and Description | 
|---|---|
| FailureException | clone() | 
| boolean | equals(Object obj) | 
| String | getExceptionDescription()
 Description of the failure. | 
| String | getExceptionName()
 Exception name. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setExceptionDescription(String exceptionDescription)
 Description of the failure. | 
| void | setExceptionName(String exceptionName)
 Exception name. | 
| String | toString()Returns a string representation of this object. | 
| FailureException | withExceptionDescription(String exceptionDescription)
 Description of the failure. | 
| FailureException | withExceptionName(String exceptionName)
 Exception name. | 
public void setExceptionName(String exceptionName)
Exception name.
exceptionName - Exception name.public String getExceptionName()
Exception name.
public FailureException withExceptionName(String exceptionName)
Exception name.
exceptionName - Exception name.public void setExceptionDescription(String exceptionDescription)
Description of the failure.
exceptionDescription - Description of the failure.public String getExceptionDescription()
Description of the failure.
public FailureException withExceptionDescription(String exceptionDescription)
Description of the failure.
exceptionDescription - Description of the failure.public String toString()
toString in class ObjectObject.toString()public FailureException clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.