ToCopyableBuilder<GetSampledRequestsResponse.Builder,GetSampledRequestsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSampledRequestsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSampledRequestsResponse.Builder,GetSampledRequestsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSampledRequestsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSampledRequestsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
populationSize() |
The total number of requests from which
GetSampledRequests got a sample of MaxItems
requests. |
List<SampledHTTPRequest> |
sampledRequests() |
A complex type that contains detailed information about each of the requests in the sample.
|
static Class<? extends GetSampledRequestsResponse.Builder> |
serializableBuilderClass() |
|
TimeWindow |
timeWindow() |
Usually,
TimeWindow is the time range that you specified in the GetSampledRequests
request. |
GetSampledRequestsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<SampledHTTPRequest> sampledRequests()
A complex type that contains detailed information about each of the requests in the sample.
public Long populationSize()
The total number of requests from which GetSampledRequests
got a sample of MaxItems
requests. If PopulationSize
is less than MaxItems
, the sample includes every request
that your AWS resource received during the specified time range.
GetSampledRequests
got a sample of
MaxItems
requests. If PopulationSize
is less than MaxItems
, the
sample includes every request that your AWS resource received during the specified time range.public TimeWindow timeWindow()
Usually, TimeWindow
is the time range that you specified in the GetSampledRequests
request. However, if your AWS resource received more than 5,000 requests during the time range that you specified
in the request, GetSampledRequests
returns the time range for the first 5,000 requests.
TimeWindow
is the time range that you specified in the
GetSampledRequests
request. However, if your AWS resource received more than 5,000 requests
during the time range that you specified in the request, GetSampledRequests
returns the time
range for the first 5,000 requests.public GetSampledRequestsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSampledRequestsResponse.Builder,GetSampledRequestsResponse>
public static GetSampledRequestsResponse.Builder builder()
public static Class<? extends GetSampledRequestsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.