@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTracesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetTracesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetTracesRequest |
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()
Specify the trace IDs of requests for which to retrieve segments.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setTraceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetTracesRequest |
withNextToken(String nextToken)
Pagination token.
|
BatchGetTracesRequest |
withTraceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
|
BatchGetTracesRequest |
withTraceIds(String... traceIds)
Specify the trace IDs of requests for which to retrieve segments.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getTraceIds()
Specify the trace IDs of requests for which to retrieve segments.
public void setTraceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
traceIds
- Specify the trace IDs of requests for which to retrieve segments.public BatchGetTracesRequest withTraceIds(String... traceIds)
Specify the trace IDs of requests for which to retrieve segments.
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
- Specify the trace IDs of requests for which to retrieve segments.public BatchGetTracesRequest withTraceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
traceIds
- Specify the trace IDs of requests for which to retrieve segments.public void setNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String getNextToken()
Pagination token. Not used.
public BatchGetTracesRequest withNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String toString()
toString
in class Object
Object.toString()
public BatchGetTracesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.