public class ListThingsInBillingGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the things you have added to the given billing group.
| Constructor and Description |
|---|
ListThingsInBillingGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBillingGroupName()
The name of the billing group.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return per request.
|
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 |
setBillingGroupName(java.lang.String billingGroupName)
The name of the billing group.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
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.
|
ListThingsInBillingGroupRequest |
withBillingGroupName(java.lang.String billingGroupName)
The name of the billing group.
|
ListThingsInBillingGroupRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
ListThingsInBillingGroupRequest |
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, withRequestMetricCollectorpublic java.lang.String getBillingGroupName()
The name of the billing group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the billing group.
public void setBillingGroupName(java.lang.String billingGroupName)
The name of the billing group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
billingGroupName - The name of the billing group.
public ListThingsInBillingGroupRequest withBillingGroupName(java.lang.String billingGroupName)
The name of the billing group.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
billingGroupName - The name of the billing group.
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 ListThingsInBillingGroupRequest 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 ListThingsInBillingGroupRequest 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 toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.