@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutGeofenceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutGeofenceResult() |
Modifier and Type | Method and Description |
---|---|
PutGeofenceResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
getGeofenceId()
The geofence identifier entered in the request.
|
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(Date createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setGeofenceId(String geofenceId)
The geofence identifier entered in the request.
|
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.
|
PutGeofenceResult |
withCreateTime(Date createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
PutGeofenceResult |
withGeofenceId(String geofenceId)
The geofence identifier entered in the request.
|
PutGeofenceResult |
withUpdateTime(Date updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGeofenceId(String geofenceId)
The geofence identifier entered in the request.
geofenceId
- The geofence identifier entered in the request.public String getGeofenceId()
The geofence identifier entered in the request.
public PutGeofenceResult withGeofenceId(String geofenceId)
The geofence identifier entered in the request.
geofenceId
- The geofence identifier entered in the request.public void setCreateTime(Date createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime
- The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public Date getCreateTime()
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public PutGeofenceResult withCreateTime(Date createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime
- The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
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 PutGeofenceResult 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 PutGeofenceResult clone()