public class ListThingsInBillingGroupResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListThingsInBillingGroupResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to get the next set of results.
|
java.util.List<java.lang.String> |
getThings()
A list of things in the billing group.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results.
|
void |
setThings(java.util.Collection<java.lang.String> things)
A list of things in the billing group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingsInBillingGroupResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results.
|
ListThingsInBillingGroupResult |
withThings(java.util.Collection<java.lang.String> things)
A list of things in the billing group.
|
ListThingsInBillingGroupResult |
withThings(java.lang.String... things)
A list of things in the billing group.
|
public java.util.List<java.lang.String> getThings()
A list of things in the billing group.
A list of things in the billing group.
public void setThings(java.util.Collection<java.lang.String> things)
A list of things in the billing group.
things
- A list of things in the billing group.
public ListThingsInBillingGroupResult withThings(java.lang.String... things)
A list of things in the billing group.
Returns a reference to this object so that method calls can be chained together.
things
- A list of things in the billing group.
public ListThingsInBillingGroupResult withThings(java.util.Collection<java.lang.String> things)
A list of things in the billing group.
Returns a reference to this object so that method calls can be chained together.
things
- A list of things in the billing group.
public java.lang.String getNextToken()
The token to use to get the next set of results. Will not be returned if operation has returned all results.
The token to use to get the next set of results. Will not be returned if operation has returned all results.
public void setNextToken(java.lang.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 ListThingsInBillingGroupResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use to get the next set of results. Will not be returned if operation has returned all results.
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.