@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResponseTimeRootCause extends Object implements Serializable, Cloneable, StructuredPojo
The root cause information for a response time warning.
| Constructor and Description |
|---|
ResponseTimeRootCause() |
| Modifier and Type | Method and Description |
|---|---|
ResponseTimeRootCause |
clone() |
boolean |
equals(Object obj) |
List<ResponseTimeRootCauseService> |
getServices()
A list of corresponding services.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setServices(Collection<ResponseTimeRootCauseService> services)
A list of corresponding services.
|
String |
toString()
Returns a string representation of this object.
|
ResponseTimeRootCause |
withServices(Collection<ResponseTimeRootCauseService> services)
A list of corresponding services.
|
ResponseTimeRootCause |
withServices(ResponseTimeRootCauseService... services)
A list of corresponding services.
|
public List<ResponseTimeRootCauseService> getServices()
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
public void setServices(Collection<ResponseTimeRootCauseService> services)
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
services - A list of corresponding services. A service identifies a segment and contains a name, account ID, type,
and inferred flag.public ResponseTimeRootCause withServices(ResponseTimeRootCauseService... services)
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
NOTE: This method appends the values to the existing list (if any). Use
setServices(java.util.Collection) or withServices(java.util.Collection) if you want to override
the existing values.
services - A list of corresponding services. A service identifies a segment and contains a name, account ID, type,
and inferred flag.public ResponseTimeRootCause withServices(Collection<ResponseTimeRootCauseService> services)
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
services - A list of corresponding services. A service identifies a segment and contains a name, account ID, type,
and inferred flag.public String toString()
toString in class ObjectObject.toString()public ResponseTimeRootCause clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.