public class GetGeofenceResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetGeofenceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
java.lang.String |
getGeofenceId()
The geofence identifier.
|
GeofenceGeometry |
getGeometry()
Contains the geofence geometry details describing a polygon.
|
java.lang.String |
getStatus()
Identifies the state of the geofence.
|
java.util.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 |
setCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
void |
setGeofenceId(java.lang.String geofenceId)
The geofence identifier.
|
void |
setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
void |
setStatus(java.lang.String status)
Identifies the state of the geofence.
|
void |
setUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence collection 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.
|
GetGeofenceResult |
withCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
GetGeofenceResult |
withGeofenceId(java.lang.String geofenceId)
The geofence identifier.
|
GetGeofenceResult |
withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
GetGeofenceResult |
withStatus(java.lang.String status)
Identifies the state of the geofence.
|
GetGeofenceResult |
withUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence collection was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
public java.util.Date getCreateTime()
The timestamp for when the geofence collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection 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 collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
createTime
-
The timestamp for when the geofence collection was created in
ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public GetGeofenceResult withCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection 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 collection was created in
ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
public java.lang.String getGeofenceId()
The geofence identifier.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
The geofence identifier.
public void setGeofenceId(java.lang.String geofenceId)
The geofence identifier.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
geofenceId
- The geofence identifier.
public GetGeofenceResult withGeofenceId(java.lang.String geofenceId)
The geofence identifier.
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.
public GeofenceGeometry getGeometry()
Contains the geofence geometry details describing a polygon.
Contains the geofence geometry details describing a polygon.
public void setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
geometry
- Contains the geofence geometry details describing a polygon.
public GetGeofenceResult withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
Returns a reference to this object so that method calls can be chained together.
geometry
- Contains the geofence geometry details describing a polygon.
public java.lang.String getStatus()
Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the system.
PENDING
— The geofence is being processed by the system.
FAILED
— The geofence failed to be indexed by the system.
DELETED
— The geofence has been deleted from the system
index.
DELETING
— The geofence is being deleted from the system
index.
Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the
system.
PENDING
— The geofence is being processed by the
system.
FAILED
— The geofence failed to be indexed by the
system.
DELETED
— The geofence has been deleted from the
system index.
DELETING
— The geofence is being deleted from the
system index.
public void setStatus(java.lang.String status)
Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the system.
PENDING
— The geofence is being processed by the system.
FAILED
— The geofence failed to be indexed by the system.
DELETED
— The geofence has been deleted from the system
index.
DELETING
— The geofence is being deleted from the system
index.
status
- Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the
system.
PENDING
— The geofence is being processed by the
system.
FAILED
— The geofence failed to be indexed by the
system.
DELETED
— The geofence has been deleted from the
system index.
DELETING
— The geofence is being deleted from the
system index.
public GetGeofenceResult withStatus(java.lang.String status)
Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the system.
PENDING
— The geofence is being processed by the system.
FAILED
— The geofence failed to be indexed by the system.
DELETED
— The geofence has been deleted from the system
index.
DELETING
— The geofence is being deleted from the system
index.
Returns a reference to this object so that method calls can be chained together.
status
- Identifies the state of the geofence. A geofence will hold one of the following states:
ACTIVE
— The geofence has been indexed by the
system.
PENDING
— The geofence is being processed by the
system.
FAILED
— The geofence failed to be indexed by the
system.
DELETED
— The geofence has been deleted from the
system index.
DELETING
— The geofence is being deleted from the
system index.
public java.util.Date getUpdateTime()
The timestamp for when the geofence collection was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection 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 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.sssZ
public GetGeofenceResult withUpdateTime(java.util.Date updateTime)
The timestamp for when the geofence collection 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 collection 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.