@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingsInBillingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListThingsInBillingGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ListThingsInBillingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to get the next set of results, or null if there are no additional results.
|
List<String> |
getThings()
A list of things in the billing group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
void |
setThings(Collection<String> things)
A list of things in the billing group.
|
String |
toString()
Returns a string representation of this object.
|
ListThingsInBillingGroupResult |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingsInBillingGroupResult |
withThings(Collection<String> things)
A list of things in the billing group.
|
ListThingsInBillingGroupResult |
withThings(String... things)
A list of things in the billing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getThings()
A list of things in the billing group.
public void setThings(Collection<String> things)
A list of things in the billing group.
things - A list of things in the billing group.public ListThingsInBillingGroupResult withThings(String... things)
A list of things in the billing group.
NOTE: This method appends the values to the existing list (if any). Use
setThings(java.util.Collection) or withThings(java.util.Collection) if you want to override the
existing values.
things - A list of things in the billing group.public ListThingsInBillingGroupResult withThings(Collection<String> things)
A list of things in the billing group.
things - A list of things in the billing group.public void setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
public ListThingsInBillingGroupResult withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public String toString()
toString in class ObjectObject.toString()public ListThingsInBillingGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.