@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutGeofenceSuccess extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
BatchPutGeofenceSuccess |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
getGeofenceId()
The geofence successfully stored in a geofence collection.
|
Date |
getUpdateTime()
The timestamp for when the geofence 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 |
setCreateTime(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(String geofenceId)
The geofence successfully stored in a geofence collection.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
toString()
Returns a string representation of this object.
|
BatchPutGeofenceSuccess |
withCreateTime(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(String geofenceId)
The geofence successfully stored in a geofence collection.
|
BatchPutGeofenceSuccess |
withUpdateTime(Date updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
public void setCreateTime(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 Date getCreateTime()
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public BatchPutGeofenceSuccess withCreateTime(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 void setGeofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
geofenceId
- The geofence successfully stored in a geofence collection.public String getGeofenceId()
The geofence successfully stored in a geofence collection.
public BatchPutGeofenceSuccess withGeofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
geofenceId
- The geofence successfully stored in a geofence collection.public void setUpdateTime(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 Date getUpdateTime()
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public BatchPutGeofenceSuccess withUpdateTime(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 String toString()
toString
in class Object
Object.toString()
public BatchPutGeofenceSuccess clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.