@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTraceGraphResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetTraceGraphResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTraceGraphResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 Pagination token. | 
| List<Service> | getServices()
 The services that have processed one of the specified requests. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 Pagination token. | 
| void | setServices(Collection<Service> services)
 The services that have processed one of the specified requests. | 
| String | toString()Returns a string representation of this object. | 
| GetTraceGraphResult | withNextToken(String nextToken)
 Pagination token. | 
| GetTraceGraphResult | withServices(Collection<Service> services)
 The services that have processed one of the specified requests. | 
| GetTraceGraphResult | withServices(Service... services)
 The services that have processed one of the specified requests. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Service> getServices()
The services that have processed one of the specified requests.
public void setServices(Collection<Service> services)
The services that have processed one of the specified requests.
services - The services that have processed one of the specified requests.public GetTraceGraphResult withServices(Service... services)
The services that have processed one of the specified requests.
 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 - The services that have processed one of the specified requests.public GetTraceGraphResult withServices(Collection<Service> services)
The services that have processed one of the specified requests.
services - The services that have processed one of the specified requests.public void setNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.public String getNextToken()
Pagination token.
public GetTraceGraphResult withNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.public String toString()
toString in class ObjectObject.toString()public GetTraceGraphResult clone()
Copyright © 2021. All rights reserved.