@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 OpsData based on one or more expressions.
|
List<OpsFilter> |
getFilters()
Optional filters used to scope down the returned OpsData.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
List<OpsResultAttribute> |
getResultAttributes()
The OpsData data type to return.
|
String |
getSyncName()
Specify the name of a resource data sync to get.
|
int |
hashCode() |
void |
setAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
void |
setFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setResultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsData data type to return.
|
void |
setSyncName(String syncName)
Specify the name of a resource data sync to get.
|
String |
toString()
Returns a string representation of this object.
|
GetOpsSummaryRequest |
withAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
GetOpsSummaryRequest |
withAggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
|
GetOpsSummaryRequest |
withFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
|
GetOpsSummaryRequest |
withFilters(OpsFilter... filters)
Optional filters used to scope down the returned OpsData.
|
GetOpsSummaryRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetOpsSummaryRequest |
withNextToken(String nextToken)
A token to start the list.
|
GetOpsSummaryRequest |
withResultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsData data type to return.
|
GetOpsSummaryRequest |
withResultAttributes(OpsResultAttribute... resultAttributes)
The OpsData data type to return.
|
GetOpsSummaryRequest |
withSyncName(String syncName)
Specify the name of a resource data sync to get.
|
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 setSyncName(String syncName)
Specify the name of a resource data sync to get.
syncName
- Specify the name of a resource data sync to get.public String getSyncName()
Specify the name of a resource data sync to get.
public GetOpsSummaryRequest withSyncName(String syncName)
Specify the name of a resource data sync to get.
syncName
- Specify the name of a resource data sync to get.public List<OpsFilter> getFilters()
Optional filters used to scope down the returned OpsData.
public void setFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
filters
- Optional filters used to scope down the returned OpsData.public GetOpsSummaryRequest withFilters(OpsFilter... filters)
Optional filters used to scope down the returned OpsData.
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 OpsData.public GetOpsSummaryRequest withFilters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
filters
- Optional filters used to scope down the returned OpsData.public List<OpsAggregator> getAggregators()
Optional aggregators that return counts of OpsData based on one or more expressions.
public void setAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsData based on one or more expressions.public GetOpsSummaryRequest withAggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsData 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 OpsData based on one or more expressions.public GetOpsSummaryRequest withAggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsData based on one or more expressions.public List<OpsResultAttribute> getResultAttributes()
The OpsData data type to return.
public void setResultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsData data type to return.
resultAttributes
- The OpsData data type to return.public GetOpsSummaryRequest withResultAttributes(OpsResultAttribute... resultAttributes)
The OpsData data type to return.
NOTE: This method appends the values to the existing list (if any). Use
setResultAttributes(java.util.Collection)
or withResultAttributes(java.util.Collection)
if you
want to override the existing values.
resultAttributes
- The OpsData data type to return.public GetOpsSummaryRequest withResultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsData data type to return.
resultAttributes
- The OpsData data type to return.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()