public class ListTrackerConsumersResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTrackerConsumersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getConsumerArns()
Contains the list of geofence collection ARNs associated to the tracker
resource.
|
java.lang.String |
getNextToken()
A pagination token indicating there are additional pages available.
|
int |
hashCode() |
void |
setConsumerArns(java.util.Collection<java.lang.String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker
resource.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token indicating there are additional pages available.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTrackerConsumersResult |
withConsumerArns(java.util.Collection<java.lang.String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker
resource.
|
ListTrackerConsumersResult |
withConsumerArns(java.lang.String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker
resource.
|
ListTrackerConsumersResult |
withNextToken(java.lang.String nextToken)
A pagination token indicating there are additional pages available.
|
public java.util.List<java.lang.String> getConsumerArns()
Contains the list of geofence collection ARNs associated to the tracker resource.
Contains the list of geofence collection ARNs associated to the tracker resource.
public void setConsumerArns(java.util.Collection<java.lang.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(java.lang.String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
Returns a reference to this object so that method calls can be chained together.
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.
public ListTrackerConsumersResult withConsumerArns(java.util.Collection<java.lang.String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
Returns a reference to this object so that method calls can be chained together.
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.
public java.lang.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.
Constraints:
Length: 1 - 2000
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 void setNextToken(java.lang.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.
Constraints:
Length: 1 - 2000
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 ListTrackerConsumersResult withNextToken(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
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 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.