@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketsAggregationRequest extends IotRequest implements ToCopyableBuilder<GetBucketsAggregationRequest.Builder,GetBucketsAggregationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketsAggregationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregationField()
The aggregation field.
|
BucketsAggregationType |
bucketsAggregationType()
The basic control of the response shape and the bucket aggregation type to perform.
|
static GetBucketsAggregationRequest.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 search query string.
|
String |
queryVersion()
The version of the query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketsAggregationRequest.Builder> |
serializableBuilderClass() |
GetBucketsAggregationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String indexName()
The name of the index to search.
public final String queryString()
The search query string.
public final String aggregationField()
The aggregation field.
public final String queryVersion()
The version of the query.
public final BucketsAggregationType bucketsAggregationType()
The basic control of the response shape and the bucket aggregation type to perform.
public GetBucketsAggregationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketsAggregationRequest.Builder,GetBucketsAggregationRequest>toBuilder in class IotRequestpublic static GetBucketsAggregationRequest.Builder builder()
public static Class<? extends GetBucketsAggregationRequest.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 © 2022. All rights reserved.