public class ListGeofenceCollectionsResponseEntry
extends java.lang.Object
implements java.io.Serializable
Contains the geofence collection details.
Constructor and Description |
---|
ListGeofenceCollectionsResponseEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionName()
The name of the geofence collection.
|
java.util.Date |
getCreateTime()
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
java.lang.String |
getDescription()
The description for the geofence collection
|
java.util.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 |
setCollectionName(java.lang.String collectionName)
The name of the geofence collection.
|
void |
setCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setDescription(java.lang.String description)
The description for the geofence collection
|
void |
setUpdateTime(java.util.Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGeofenceCollectionsResponseEntry |
withCollectionName(java.lang.String collectionName)
The name of the geofence collection.
|
ListGeofenceCollectionsResponseEntry |
withCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ListGeofenceCollectionsResponseEntry |
withDescription(java.lang.String description)
The description for the geofence collection
|
ListGeofenceCollectionsResponseEntry |
withUpdateTime(java.util.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 java.lang.String getCollectionName()
The name of the geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The name of the geofence collection.
public void setCollectionName(java.lang.String collectionName)
The name of the geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The name of the geofence collection.
public ListGeofenceCollectionsResponseEntry withCollectionName(java.lang.String collectionName)
The name of the geofence collection.
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.
public java.util.Date getCreateTime()
The timestamp for when the geofence collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public void setCreateTime(java.util.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 ListGeofenceCollectionsResponseEntry withCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
Returns a reference to this object so that method calls can be chained together.
createTime
-
The timestamp for when the geofence collection was created in
ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public java.lang.String getDescription()
The description for the geofence collection
Constraints:
Length: 0 - 1000
The description for the geofence collection
public void setDescription(java.lang.String description)
The description for the geofence collection
Constraints:
Length: 0 - 1000
description
- The description for the geofence collection
public ListGeofenceCollectionsResponseEntry withDescription(java.lang.String description)
The description for the geofence collection
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1000
description
- The description for the geofence collection
public java.util.Date getUpdateTime()
Specifies a timestamp for when the resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public void setUpdateTime(java.util.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 ListGeofenceCollectionsResponseEntry withUpdateTime(java.util.Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
Returns a reference to this object so that method calls can be chained together.
updateTime
-
Specifies a timestamp for when the resource was last updated
in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
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.