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