public class BatchPutGeofenceSuccess
extends java.lang.Object
implements java.io.Serializable
Contains a summary of each geofence that was successfully stored in a given geofence collection.
Constructor and Description |
---|
BatchPutGeofenceSuccess() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The timestamp for when the geofence was stored in a geofence collection
in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
java.lang.String |
getGeofenceId()
The geofence successfully stored in a geofence collection.
|
java.util.Date |
getUpdateTime()
The timestamp for when the geofence was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
int |
hashCode() |
void |
setCreateTime(java.util.Date createTime)
The timestamp for when the geofence was stored in a geofence collection
in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setGeofenceId(java.lang.String geofenceId)
The geofence successfully stored in a geofence collection.
|
void |
setUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence 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.
|
BatchPutGeofenceSuccess |
withCreateTime(java.util.Date createTime)
The timestamp for when the geofence was stored in a geofence collection
in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
BatchPutGeofenceSuccess |
withGeofenceId(java.lang.String geofenceId)
The geofence successfully stored in a geofence collection.
|
BatchPutGeofenceSuccess |
withUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
public java.util.Date getCreateTime()
The timestamp for when the geofence was stored in a geofence collection
in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence
collection in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public void setCreateTime(java.util.Date createTime)
The timestamp for when the geofence was stored in a geofence collection
in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
createTime
-
The timestamp for when the geofence was stored in a geofence
collection in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public BatchPutGeofenceSuccess withCreateTime(java.util.Date createTime)
The timestamp for when the geofence was stored in a geofence collection
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 was stored in a geofence
collection in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public java.lang.String getGeofenceId()
The geofence successfully stored in a geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
The geofence successfully stored in a geofence collection.
public void setGeofenceId(java.lang.String geofenceId)
The geofence successfully stored in a geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
geofenceId
- The geofence successfully stored in a geofence collection.
public BatchPutGeofenceSuccess withGeofenceId(java.lang.String geofenceId)
The geofence successfully stored in a geofence collection.
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 successfully stored in a geofence collection.
public java.util.Date getUpdateTime()
The timestamp for when the geofence was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public void setUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
updateTime
-
The timestamp for when the geofence was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public BatchPutGeofenceSuccess withUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence 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
-
The timestamp for when the geofence 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.