@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 to use to get the next set of results.
|
List<String> |
getThings()
A list of things in the billing group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to get the next set of 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 to use to get the next set of 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, setSdkResponseMetadata
public 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 to use to get the next set of results. Will not be returned if operation has returned all results.
nextToken
- The token to use to get the next set of results. Will not be returned if operation has returned all
results.public String getNextToken()
The token to use to get the next set of results. Will not be returned if operation has returned all results.
public ListThingsInBillingGroupResult withNextToken(String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
nextToken
- The token to use to get the next set of results. Will not be returned if operation has returned all
results.public String toString()
toString
in class Object
Object.toString()
public ListThingsInBillingGroupResult clone()