@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppUnitError extends Object implements Serializable, Cloneable, StructuredPojo
Error in the analysis of the application unit.
| Constructor and Description |
|---|
AppUnitError() |
| Modifier and Type | Method and Description |
|---|---|
AppUnitError |
clone() |
boolean |
equals(Object obj) |
String |
getAppUnitErrorCategory()
The category of the error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppUnitErrorCategory(String appUnitErrorCategory)
The category of the error.
|
String |
toString()
Returns a string representation of this object.
|
AppUnitError |
withAppUnitErrorCategory(AppUnitErrorCategory appUnitErrorCategory)
The category of the error.
|
AppUnitError |
withAppUnitErrorCategory(String appUnitErrorCategory)
The category of the error.
|
public void setAppUnitErrorCategory(String appUnitErrorCategory)
The category of the error.
appUnitErrorCategory - The category of the error.AppUnitErrorCategorypublic String getAppUnitErrorCategory()
The category of the error.
AppUnitErrorCategorypublic AppUnitError withAppUnitErrorCategory(String appUnitErrorCategory)
The category of the error.
appUnitErrorCategory - The category of the error.AppUnitErrorCategorypublic AppUnitError withAppUnitErrorCategory(AppUnitErrorCategory appUnitErrorCategory)
The category of the error.
appUnitErrorCategory - The category of the error.AppUnitErrorCategorypublic String toString()
toString in class ObjectObject.toString()public AppUnitError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.