@Generated(value="software.amazon.awssdk:codegen") public final class GetTimeSeriesServiceStatisticsRequest extends XRayRequest implements ToCopyableBuilder<GetTimeSeriesServiceStatisticsRequest.Builder,GetTimeSeriesServiceStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTimeSeriesServiceStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTimeSeriesServiceStatisticsRequest.Builder |
builder() |
Instant |
endTime()
The end of the time frame for which to aggregate statistics.
|
String |
entitySelectorExpression()
A filter expression defining entities that will be aggregated for statistics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forecastStatistics()
The forecasted high and low fault count values.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupARN()
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
|
String |
groupName()
The case-sensitive name of the group for which to pull statistics from.
|
int |
hashCode() |
String |
nextToken()
Pagination token.
|
Integer |
period()
Aggregation period in seconds.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTimeSeriesServiceStatisticsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start of the time frame for which to aggregate statistics.
|
GetTimeSeriesServiceStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
The start of the time frame for which to aggregate statistics.
public final Instant endTime()
The end of the time frame for which to aggregate statistics.
public final String groupName()
The case-sensitive name of the group for which to pull statistics from.
public final String groupARN()
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
public final String entitySelectorExpression()
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
public final Integer period()
Aggregation period in seconds.
public final Boolean forecastStatistics()
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
public final String nextToken()
Pagination token.
public GetTimeSeriesServiceStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTimeSeriesServiceStatisticsRequest.Builder,GetTimeSeriesServiceStatisticsRequest>toBuilder in class XRayRequestpublic static GetTimeSeriesServiceStatisticsRequest.Builder builder()
public static Class<? extends GetTimeSeriesServiceStatisticsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.