@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrackerConsumersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTrackerConsumersResult() |
Modifier and Type | Method and Description |
---|---|
ListTrackerConsumersResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConsumerArns()
Contains the list of geofence collection ARNs associated to the tracker resource.
|
String |
getNextToken()
A pagination token indicating there are additional pages available.
|
int |
hashCode() |
void |
setConsumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
|
void |
setNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
String |
toString()
Returns a string representation of this object.
|
ListTrackerConsumersResult |
withConsumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
|
ListTrackerConsumersResult |
withConsumerArns(String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
|
ListTrackerConsumersResult |
withNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getConsumerArns()
Contains the list of geofence collection ARNs associated to the tracker resource.
public void setConsumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.public ListTrackerConsumersResult withConsumerArns(String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
NOTE: This method appends the values to the existing list (if any). Use
setConsumerArns(java.util.Collection)
or withConsumerArns(java.util.Collection)
if you want to
override the existing values.
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.public ListTrackerConsumersResult withConsumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.public void setNextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a following
request to fetch the next set of results.public String getNextToken()
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
public ListTrackerConsumersResult withNextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a following
request to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListTrackerConsumersResult clone()