@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTraceSummariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTraceSummariesResult() |
Modifier and Type | Method and Description |
---|---|
GetTraceSummariesResult |
clone() |
boolean |
equals(Object obj) |
Date |
getApproximateTime()
The start time of this page of results.
|
String |
getNextToken()
If the requested time frame contained more than one page of results, you can use this token to retrieve the next
page.
|
Long |
getTracesProcessedCount()
The number of traces that were processed to get this set of summaries.
|
List<TraceSummary> |
getTraceSummaries()
Trace IDs and metadata for traces that were found in the specified time frame.
|
int |
hashCode() |
void |
setApproximateTime(Date approximateTime)
The start time of this page of results.
|
void |
setNextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the next
page.
|
void |
setTracesProcessedCount(Long tracesProcessedCount)
The number of traces that were processed to get this set of summaries.
|
void |
setTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTraceSummariesResult |
withApproximateTime(Date approximateTime)
The start time of this page of results.
|
GetTraceSummariesResult |
withNextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the next
page.
|
GetTraceSummariesResult |
withTracesProcessedCount(Long tracesProcessedCount)
The number of traces that were processed to get this set of summaries.
|
GetTraceSummariesResult |
withTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
GetTraceSummariesResult |
withTraceSummaries(TraceSummary... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TraceSummary> getTraceSummaries()
Trace IDs and metadata for traces that were found in the specified time frame.
public void setTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
traceSummaries
- Trace IDs and metadata for traces that were found in the specified time frame.public GetTraceSummariesResult withTraceSummaries(TraceSummary... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
NOTE: This method appends the values to the existing list (if any). Use
setTraceSummaries(java.util.Collection)
or withTraceSummaries(java.util.Collection)
if you want
to override the existing values.
traceSummaries
- Trace IDs and metadata for traces that were found in the specified time frame.public GetTraceSummariesResult withTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
traceSummaries
- Trace IDs and metadata for traces that were found in the specified time frame.public void setApproximateTime(Date approximateTime)
The start time of this page of results.
approximateTime
- The start time of this page of results.public Date getApproximateTime()
The start time of this page of results.
public GetTraceSummariesResult withApproximateTime(Date approximateTime)
The start time of this page of results.
approximateTime
- The start time of this page of results.public void setTracesProcessedCount(Long tracesProcessedCount)
The number of traces that were processed to get this set of summaries.
tracesProcessedCount
- The number of traces that were processed to get this set of summaries.public Long getTracesProcessedCount()
The number of traces that were processed to get this set of summaries.
public GetTraceSummariesResult withTracesProcessedCount(Long tracesProcessedCount)
The number of traces that were processed to get this set of summaries.
tracesProcessedCount
- The number of traces that were processed to get this set of summaries.public void setNextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
nextToken
- If the requested time frame contained more than one page of results, you can use this token to retrieve
the next page. The first page contains the most most recent results, closest to the end of the time frame.public String getNextToken()
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
public GetTraceSummariesResult withNextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
nextToken
- If the requested time frame contained more than one page of results, you can use this token to retrieve
the next page. The first page contains the most most recent results, closest to the end of the time frame.public String toString()
toString
in class Object
Object.toString()
public GetTraceSummariesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.