@Generated(value="software.amazon.awssdk:codegen") public final class GetStatisticsRequest extends IotRequest implements ToCopyableBuilder<GetStatisticsRequest.Builder,GetStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregationField()
The aggregation field name.
|
static GetStatisticsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the index to search.
|
String |
queryString()
The query used to search.
|
String |
queryVersion()
The version of the query used to search.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetStatisticsRequest.Builder> |
serializableBuilderClass() |
GetStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String indexName()
The name of the index to search. The default value is AWS_Things.
AWS_Things.public String queryString()
The query used to search. You can specify "*" for the query string to get the count of all indexed things in your AWS account.
public String aggregationField()
The aggregation field name.
public String queryVersion()
The version of the query used to search.
public GetStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetStatisticsRequest.Builder,GetStatisticsRequest>toBuilder in class IotRequestpublic static GetStatisticsRequest.Builder builder()
public static Class<? extends GetStatisticsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.