@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeofencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGeofencesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionName()
The name of the geofence collection storing the list of geofences.
|
String |
getNextToken()
The pagination token specifying which page of results to return in the response.
|
int |
hashCode() |
void |
setCollectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
|
void |
setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListGeofencesRequest |
withCollectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
|
ListGeofencesRequest |
withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setCollectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
collectionName - The name of the geofence collection storing the list of geofences.public String getCollectionName()
The name of the geofence collection storing the list of geofences.
public ListGeofencesRequest withCollectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
collectionName - The name of the geofence collection storing the list of geofences.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 ListGeofencesRequest 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 ObjectObject.toString()public ListGeofencesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.