@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpsSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetOpsSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
GetOpsSummaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<OpsAggregator> |
getAggregators()
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
List<OpsFilter> |
getFilters()
Optional filters used to scope down the returned OpsItems.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
int |
hashCode() |
void |
setAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
void |
setFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
String |
toString()
Returns a string representation of this object.
|
GetOpsSummaryRequest |
withAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
GetOpsSummaryRequest |
withAggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
GetOpsSummaryRequest |
withFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
|
GetOpsSummaryRequest |
withFilters(OpsFilter... filters)
Optional filters used to scope down the returned OpsItems.
|
GetOpsSummaryRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetOpsSummaryRequest |
withNextToken(String nextToken)
A token to start the list.
|
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 List<OpsFilter> getFilters()
Optional filters used to scope down the returned OpsItems.
public void setFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
filters
- Optional filters used to scope down the returned OpsItems.public GetOpsSummaryRequest withFilters(OpsFilter... filters)
Optional filters used to scope down the returned OpsItems.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Optional filters used to scope down the returned OpsItems.public GetOpsSummaryRequest withFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
filters
- Optional filters used to scope down the returned OpsItems.public List<OpsAggregator> getAggregators()
Optional aggregators that return counts of OpsItems based on one or more expressions.
public void setAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsItems based on one or more expressions.public GetOpsSummaryRequest withAggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
NOTE: This method appends the values to the existing list (if any). Use
setAggregators(java.util.Collection)
or withAggregators(java.util.Collection)
if you want to
override the existing values.
aggregators
- Optional aggregators that return counts of OpsItems based on one or more expressions.public GetOpsSummaryRequest withAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsItems based on one or more expressions.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public GetOpsSummaryRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public GetOpsSummaryRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetOpsSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.