@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGeofenceCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeGeofenceCollectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGeofenceCollectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollectionName()
The name of the geofence collection.
|
int |
hashCode() |
void |
setCollectionName(String collectionName)
The name of the geofence collection.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGeofenceCollectionRequest |
withCollectionName(String collectionName)
The name of the geofence collection.
|
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, withSdkRequestTimeoutpublic void setCollectionName(String collectionName)
The name of the geofence collection.
collectionName - The name of the geofence collection.public String getCollectionName()
The name of the geofence collection.
public DescribeGeofenceCollectionRequest withCollectionName(String collectionName)
The name of the geofence collection.
collectionName - The name of the geofence collection.public String toString()
toString in class ObjectObject.toString()public DescribeGeofenceCollectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()