public class PutGeofenceResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PutGeofenceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The timestamp for when the geofence was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
java.lang.String |
getGeofenceId()
The geofence identifier entered in the request.
|
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 created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setGeofenceId(java.lang.String geofenceId)
The geofence identifier entered in the request.
|
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.
|
PutGeofenceResult |
withCreateTime(java.util.Date createTime)
The timestamp for when the geofence was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
PutGeofenceResult |
withGeofenceId(java.lang.String geofenceId)
The geofence identifier entered in the request.
|
PutGeofenceResult |
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 created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence 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 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 PutGeofenceResult withCreateTime(java.util.Date createTime)
The timestamp for when the geofence 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 was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public java.lang.String getGeofenceId()
The geofence identifier entered in the request.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
The geofence identifier entered in the request.
public void setGeofenceId(java.lang.String geofenceId)
The geofence identifier entered in the request.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
geofenceId
- The geofence identifier entered in the request.
public PutGeofenceResult withGeofenceId(java.lang.String geofenceId)
The geofence identifier entered in the request.
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 identifier entered in the request.
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 PutGeofenceResult 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.