public class ListGeofencesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists geofences stored in a given geofence collection.
Constructor and Description |
---|
ListGeofencesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionName()
The name of the geofence collection storing the list of geofences.
|
java.lang.String |
getNextToken()
The pagination token specifying which page of results to return in the
response.
|
int |
hashCode() |
void |
setCollectionName(java.lang.String collectionName)
The name of the geofence collection storing the list of geofences.
|
void |
setNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the
response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGeofencesRequest |
withCollectionName(java.lang.String collectionName)
The name of the geofence collection storing the list of geofences.
|
ListGeofencesRequest |
withNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the
response.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCollectionName()
The name of the geofence collection storing the list of geofences.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The name of the geofence collection storing the list of geofences.
public void setCollectionName(java.lang.String collectionName)
The name of the geofence collection storing the list of geofences.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The name of the geofence collection storing the list of geofences.
public ListGeofencesRequest withCollectionName(java.lang.String collectionName)
The name of the geofence collection storing the list of geofences.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The name of the geofence collection storing the list of geofences.
public java.lang.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
Constraints:
Length: 1 - 2000
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 void setNextToken(java.lang.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
Constraints:
Length: 1 - 2000
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 ListGeofencesRequest withNextToken(java.lang.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
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
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 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.