@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTraceGraphRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetTraceGraphRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTraceGraphRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 Pagination token. | 
| List<String> | getTraceIds()
 Trace IDs of requests for which to generate a service graph. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 Pagination token. | 
| void | setTraceIds(Collection<String> traceIds)
 Trace IDs of requests for which to generate a service graph. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetTraceGraphRequest | withNextToken(String nextToken)
 Pagination token. | 
| GetTraceGraphRequest | withTraceIds(Collection<String> traceIds)
 Trace IDs of requests for which to generate a service graph. | 
| GetTraceGraphRequest | withTraceIds(String... traceIds)
 Trace IDs of requests for which to generate a service graph. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getTraceIds()
Trace IDs of requests for which to generate a service graph.
public void setTraceIds(Collection<String> traceIds)
Trace IDs of requests for which to generate a service graph.
traceIds - Trace IDs of requests for which to generate a service graph.public GetTraceGraphRequest withTraceIds(String... traceIds)
Trace IDs of requests for which to generate a service graph.
 NOTE: This method appends the values to the existing list (if any). Use
 setTraceIds(java.util.Collection) or withTraceIds(java.util.Collection) if you want to override
 the existing values.
 
traceIds - Trace IDs of requests for which to generate a service graph.public GetTraceGraphRequest withTraceIds(Collection<String> traceIds)
Trace IDs of requests for which to generate a service graph.
traceIds - Trace IDs of requests for which to generate a service graph.public void setNextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.public String getNextToken()
Pagination token. Not used.
public GetTraceGraphRequest withNextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.public String toString()
toString in class ObjectObject.toString()public GetTraceGraphRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.