@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalousService extends Object implements Serializable, Cloneable, StructuredPojo
The service within the service graph that has anomalously high fault rates.
| Constructor and Description | 
|---|
| AnomalousService() | 
| Modifier and Type | Method and Description | 
|---|---|
| AnomalousService | clone() | 
| boolean | equals(Object obj) | 
| ServiceId | getServiceId() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setServiceId(ServiceId serviceId) | 
| String | toString()Returns a string representation of this object. | 
| AnomalousService | withServiceId(ServiceId serviceId) | 
public void setServiceId(ServiceId serviceId)
serviceId - public ServiceId getServiceId()
public AnomalousService withServiceId(ServiceId serviceId)
serviceId - public String toString()
toString in class ObjectObject.toString()public AnomalousService clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.