@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.AppUnitErrorCategory
public String getAppUnitErrorCategory()
The category of the error.
AppUnitErrorCategory
public AppUnitError withAppUnitErrorCategory(String appUnitErrorCategory)
The category of the error.
appUnitErrorCategory
- The category of the error.AppUnitErrorCategory
public AppUnitError withAppUnitErrorCategory(AppUnitErrorCategory appUnitErrorCategory)
The category of the error.
appUnitErrorCategory
- The category of the error.AppUnitErrorCategory
public String toString()
toString
in class Object
Object.toString()
public AppUnitError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.