@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBucketsAggregationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBucketsAggregationRequest() |
Modifier and Type | Method and Description |
---|---|
GetBucketsAggregationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAggregationField()
The aggregation field.
|
BucketsAggregationType |
getBucketsAggregationType()
The basic control of the response shape and the bucket aggregation type to perform.
|
String |
getIndexName()
The name of the index to search.
|
String |
getQueryString()
The search query string.
|
String |
getQueryVersion()
The version of the query.
|
int |
hashCode() |
void |
setAggregationField(String aggregationField)
The aggregation field.
|
void |
setBucketsAggregationType(BucketsAggregationType bucketsAggregationType)
The basic control of the response shape and the bucket aggregation type to perform.
|
void |
setIndexName(String indexName)
The name of the index to search.
|
void |
setQueryString(String queryString)
The search query string.
|
void |
setQueryVersion(String queryVersion)
The version of the query.
|
String |
toString()
Returns a string representation of this object.
|
GetBucketsAggregationRequest |
withAggregationField(String aggregationField)
The aggregation field.
|
GetBucketsAggregationRequest |
withBucketsAggregationType(BucketsAggregationType bucketsAggregationType)
The basic control of the response shape and the bucket aggregation type to perform.
|
GetBucketsAggregationRequest |
withIndexName(String indexName)
The name of the index to search.
|
GetBucketsAggregationRequest |
withQueryString(String queryString)
The search query string.
|
GetBucketsAggregationRequest |
withQueryVersion(String queryVersion)
The version of the query.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIndexName(String indexName)
The name of the index to search.
indexName
- The name of the index to search.public String getIndexName()
The name of the index to search.
public GetBucketsAggregationRequest withIndexName(String indexName)
The name of the index to search.
indexName
- The name of the index to search.public void setQueryString(String queryString)
The search query string.
queryString
- The search query string.public String getQueryString()
The search query string.
public GetBucketsAggregationRequest withQueryString(String queryString)
The search query string.
queryString
- The search query string.public void setAggregationField(String aggregationField)
The aggregation field.
aggregationField
- The aggregation field.public String getAggregationField()
The aggregation field.
public GetBucketsAggregationRequest withAggregationField(String aggregationField)
The aggregation field.
aggregationField
- The aggregation field.public void setQueryVersion(String queryVersion)
The version of the query.
queryVersion
- The version of the query.public String getQueryVersion()
The version of the query.
public GetBucketsAggregationRequest withQueryVersion(String queryVersion)
The version of the query.
queryVersion
- The version of the query.public void setBucketsAggregationType(BucketsAggregationType bucketsAggregationType)
The basic control of the response shape and the bucket aggregation type to perform.
bucketsAggregationType
- The basic control of the response shape and the bucket aggregation type to perform.public BucketsAggregationType getBucketsAggregationType()
The basic control of the response shape and the bucket aggregation type to perform.
public GetBucketsAggregationRequest withBucketsAggregationType(BucketsAggregationType bucketsAggregationType)
The basic control of the response shape and the bucket aggregation type to perform.
bucketsAggregationType
- The basic control of the response shape and the bucket aggregation type to perform.public String toString()
toString
in class Object
Object.toString()
public GetBucketsAggregationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()