@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTracesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetTracesResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetTracesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Pagination token.
|
List<Trace> |
getTraces()
Full traces for the specified requests.
|
List<String> |
getUnprocessedTraceIds()
Trace IDs of requests that haven't been processed.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setTraces(Collection<Trace> traces)
Full traces for the specified requests.
|
void |
setUnprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetTracesResult |
withNextToken(String nextToken)
Pagination token.
|
BatchGetTracesResult |
withTraces(Collection<Trace> traces)
Full traces for the specified requests.
|
BatchGetTracesResult |
withTraces(Trace... traces)
Full traces for the specified requests.
|
BatchGetTracesResult |
withUnprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
|
BatchGetTracesResult |
withUnprocessedTraceIds(String... unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Trace> getTraces()
Full traces for the specified requests.
public void setTraces(Collection<Trace> traces)
Full traces for the specified requests.
traces
- Full traces for the specified requests.public BatchGetTracesResult withTraces(Trace... traces)
Full traces for the specified requests.
NOTE: This method appends the values to the existing list (if any). Use
setTraces(java.util.Collection)
or withTraces(java.util.Collection)
if you want to override the
existing values.
traces
- Full traces for the specified requests.public BatchGetTracesResult withTraces(Collection<Trace> traces)
Full traces for the specified requests.
traces
- Full traces for the specified requests.public List<String> getUnprocessedTraceIds()
Trace IDs of requests that haven't been processed.
public void setUnprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
unprocessedTraceIds
- Trace IDs of requests that haven't been processed.public BatchGetTracesResult withUnprocessedTraceIds(String... unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedTraceIds(java.util.Collection)
or withUnprocessedTraceIds(java.util.Collection)
if you want to override the existing values.
unprocessedTraceIds
- Trace IDs of requests that haven't been processed.public BatchGetTracesResult withUnprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
unprocessedTraceIds
- Trace IDs of requests that haven't been processed.public void setNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String getNextToken()
Pagination token. Not used.
public BatchGetTracesResult withNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String toString()
toString
in class Object
Object.toString()
public BatchGetTracesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.