public class CreateGeofenceCollectionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateGeofenceCollectionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionArn()
The Amazon Resource Name (ARN) for the geofence collection resource.
|
java.lang.String |
getCollectionName()
The name for the geofence collection.
|
java.util.Date |
getCreateTime()
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
int |
hashCode() |
void |
setCollectionArn(java.lang.String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
void |
setCollectionName(java.lang.String collectionName)
The name for the geofence collection.
|
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 |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateGeofenceCollectionResult |
withCollectionArn(java.lang.String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
CreateGeofenceCollectionResult |
withCollectionName(java.lang.String collectionName)
The name for the geofence collection.
|
CreateGeofenceCollectionResult |
withCreateTime(java.util.Date createTime)
The timestamp for when the geofence collection was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
public java.lang.String getCollectionArn()
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
Constraints:
Length: 0 - 1600
Pattern:
^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-
9]+)*)?){2}:([^/].*)?$
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
public void setCollectionArn(java.lang.String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
Constraints:
Length: 0 - 1600
Pattern:
^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-
9]+)*)?){2}:([^/].*)?$
collectionArn
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
public CreateGeofenceCollectionResult withCollectionArn(java.lang.String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1600
Pattern:
^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-
9]+)*)?){2}:([^/].*)?$
collectionArn
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
public java.lang.String getCollectionName()
The name for the geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The name for the geofence collection.
public void setCollectionName(java.lang.String collectionName)
The name for the geofence collection.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The name for the geofence collection.
public CreateGeofenceCollectionResult withCollectionName(java.lang.String collectionName)
The name for the geofence collection.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The name for the geofence collection.
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 CreateGeofenceCollectionResult 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 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.