@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeofenceCollectionsResponseEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains the geofence collection details.
Constructor and Description |
---|
ListGeofenceCollectionsResponseEntry() |
Modifier and Type | Method and Description |
---|---|
ListGeofenceCollectionsResponseEntry |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionName()
The name of the geofence collection.
|
Date |
getCreateTime()
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
getDescription()
The description for the geofence collection
|
String |
getPricingPlan()
The pricing plan for the specified geofence collection.
|
String |
getPricingPlanDataSource()
The specified data provider for the geofence collection.
|
Date |
getUpdateTime()
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCollectionName(String collectionName)
The name of the geofence collection.
|
void |
setCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setDescription(String description)
The description for the geofence collection
|
void |
setPricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
|
void |
setPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
|
void |
setUpdateTime(Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
toString()
Returns a string representation of this object.
|
ListGeofenceCollectionsResponseEntry |
withCollectionName(String collectionName)
The name of the geofence collection.
|
ListGeofenceCollectionsResponseEntry |
withCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ListGeofenceCollectionsResponseEntry |
withDescription(String description)
The description for the geofence collection
|
ListGeofenceCollectionsResponseEntry |
withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry |
withPricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry |
withPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
|
ListGeofenceCollectionsResponseEntry |
withUpdateTime(Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
public ListGeofenceCollectionsResponseEntry()
public 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 ListGeofenceCollectionsResponseEntry withCollectionName(String collectionName)
The name of the geofence collection.
collectionName
- The name of the geofence collection.public void setCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime
- The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public Date getCreateTime()
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public ListGeofenceCollectionsResponseEntry withCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime
- The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public void setDescription(String description)
The description for the geofence collection
description
- The description for the geofence collectionpublic String getDescription()
The description for the geofence collection
public ListGeofenceCollectionsResponseEntry withDescription(String description)
The description for the geofence collection
description
- The description for the geofence collectionpublic void setPricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public String getPricingPlan()
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public ListGeofenceCollectionsResponseEntry withPricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public ListGeofenceCollectionsResponseEntry withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public void setPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
pricingPlanDataSource
- The specified data provider for the geofence collection.public String getPricingPlanDataSource()
The specified data provider for the geofence collection.
public ListGeofenceCollectionsResponseEntry withPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
pricingPlanDataSource
- The specified data provider for the geofence collection.public void setUpdateTime(Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime
- Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public Date getUpdateTime()
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public ListGeofenceCollectionsResponseEntry withUpdateTime(Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime
- Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public String toString()
toString
in class Object
Object.toString()
public ListGeofenceCollectionsResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.