@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGeofenceCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeGeofenceCollectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGeofenceCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionArn()
The Amazon Resource Name (ARN) for the geofence collection resource.
|
String |
getCollectionName()
The name of the geofence collection.
|
Date |
getCreateTime()
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
getDescription()
The optional description for the geofence collection.
|
Date |
getUpdateTime()
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
int |
hashCode() |
void |
setCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
void |
setCollectionName(String collectionName)
The name of the geofence collection.
|
void |
setCreateTime(Date createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setDescription(String description)
The optional description for the geofence collection.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
toString()
Returns a string representation of this object.
|
DescribeGeofenceCollectionResult |
withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
DescribeGeofenceCollectionResult |
withCollectionName(String collectionName)
The name of the geofence collection.
|
DescribeGeofenceCollectionResult |
withCreateTime(Date createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
DescribeGeofenceCollectionResult |
withDescription(String description)
The optional description for the geofence collection.
|
DescribeGeofenceCollectionResult |
withUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
collectionArn - The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a
resource across all AWS.public String getCollectionArn()
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
public DescribeGeofenceCollectionResult withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
collectionArn - The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a
resource across all AWS.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 DescribeGeofenceCollectionResult 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 resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZpublic Date getCreateTime()
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZpublic DescribeGeofenceCollectionResult withCreateTime(Date createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZpublic void setDescription(String description)
The optional description for the geofence collection.
description - The optional description for the geofence collection.public String getDescription()
The optional description for the geofence collection.
public DescribeGeofenceCollectionResult withDescription(String description)
The optional description for the geofence collection.
description - The optional description for the geofence collection.public void setUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime - The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZpublic Date getUpdateTime()
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZpublic DescribeGeofenceCollectionResult withUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime - The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZpublic String toString()
toString in class ObjectObject.toString()public DescribeGeofenceCollectionResult clone()
Copyright © 2021. All rights reserved.