public class GetGeofenceRequest extends AmazonWebServiceRequest implements java.io.Serializable
Retrieves the geofence details from a geofence collection.
Constructor and Description |
---|
GetGeofenceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionName()
The geofence collection storing the target geofence.
|
java.lang.String |
getGeofenceId()
The geofence you're retrieving details for.
|
int |
hashCode() |
void |
setCollectionName(java.lang.String collectionName)
The geofence collection storing the target geofence.
|
void |
setGeofenceId(java.lang.String geofenceId)
The geofence you're retrieving details for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetGeofenceRequest |
withCollectionName(java.lang.String collectionName)
The geofence collection storing the target geofence.
|
GetGeofenceRequest |
withGeofenceId(java.lang.String geofenceId)
The geofence you're retrieving details for.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCollectionName()
The geofence collection storing the target geofence.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The geofence collection storing the target geofence.
public void setCollectionName(java.lang.String collectionName)
The geofence collection storing the target geofence.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The geofence collection storing the target geofence.
public GetGeofenceRequest withCollectionName(java.lang.String collectionName)
The geofence collection storing the target geofence.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The geofence collection storing the target geofence.
public java.lang.String getGeofenceId()
The geofence you're retrieving details for.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
The geofence you're retrieving details for.
public void setGeofenceId(java.lang.String geofenceId)
The geofence you're retrieving details for.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
geofenceId
- The geofence you're retrieving details for.
public GetGeofenceRequest withGeofenceId(java.lang.String geofenceId)
The geofence you're retrieving details for.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
geofenceId
- The geofence you're retrieving details for.
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.