@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrackerConsumersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTrackerConsumersRequest() |
Modifier and Type | Method and Description |
---|---|
ListTrackerConsumersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional limit for the number of resources returned in a single call.
|
String |
getNextToken()
The pagination token specifying which page of results to return in the response.
|
String |
getTrackerName()
The tracker resource whose associated geofence collections you want to list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
void |
setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
void |
setTrackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListTrackerConsumersRequest |
withMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListTrackerConsumersRequest |
withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListTrackerConsumersRequest |
withTrackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
trackerName
- The tracker resource whose associated geofence collections you want to list.public String getTrackerName()
The tracker resource whose associated geofence collections you want to list.
public ListTrackerConsumersRequest withTrackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
trackerName
- The tracker resource whose associated geofence collections you want to list.public void setMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
Default value: 100
maxResults
- An optional limit for the number of resources returned in a single call.
Default value: 100
public Integer getMaxResults()
An optional limit for the number of resources returned in a single call.
Default value: 100
Default value: 100
public ListTrackerConsumersRequest withMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
Default value: 100
maxResults
- An optional limit for the number of resources returned in a single call.
Default value: 100
public void setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default value: null
public String getNextToken()
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
Default value: null
public ListTrackerConsumersRequest withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default value: null
public String toString()
toString
in class Object
Object.toString()
public ListTrackerConsumersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()