@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGeofenceCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGeofenceCollectionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGeofenceCollectionRequest |
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 to be deleted.
|
int |
hashCode() |
void |
setCollectionName(String collectionName)
The name of the geofence collection to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGeofenceCollectionRequest |
withCollectionName(String collectionName)
The name of the geofence collection to be deleted.
|
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 setCollectionName(String collectionName)
The name of the geofence collection to be deleted.
collectionName
- The name of the geofence collection to be deleted.public String getCollectionName()
The name of the geofence collection to be deleted.
public DeleteGeofenceCollectionRequest withCollectionName(String collectionName)
The name of the geofence collection to be deleted.
collectionName
- The name of the geofence collection to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteGeofenceCollectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()