public class ListBillingGroupsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the billing groups you have created.
Constructor and Description |
---|
ListBillingGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return per request.
|
java.lang.String |
getNamePrefixFilter()
Limit the results to billing groups whose names have the given prefix.
|
java.lang.String |
getNextToken()
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
void |
setNamePrefixFilter(java.lang.String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
|
void |
setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBillingGroupsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
ListBillingGroupsRequest |
withNamePrefixFilter(java.lang.String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
|
ListBillingGroupsRequest |
withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive
the first set of results.
public void setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public ListBillingGroupsRequest withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public java.lang.Integer getMaxResults()
The maximum number of results to return per request.
Constraints:
Range: 1 - 250
The maximum number of results to return per request.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return per request.
public ListBillingGroupsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return per request.
public java.lang.String getNamePrefixFilter()
Limit the results to billing groups whose names have the given prefix.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
Limit the results to billing groups whose names have the given prefix.
public void setNamePrefixFilter(java.lang.String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
namePrefixFilter
- Limit the results to billing groups whose names have the given prefix.
public ListBillingGroupsRequest withNamePrefixFilter(java.lang.String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
namePrefixFilter
- Limit the results to billing groups whose names have the given prefix.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.