@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGeofenceCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateGeofenceCollectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGeofenceCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionArn()
The Amazon Resource Name (ARN) of the updated geofence collection.
|
String |
getCollectionName()
The name of the updated geofence collection.
|
Date |
getUpdateTime()
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
int |
hashCode() |
void |
setCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection.
|
void |
setCollectionName(String collectionName)
The name of the updated geofence collection.
|
void |
setUpdateTime(Date updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
String |
toString()
Returns a string representation of this object.
|
UpdateGeofenceCollectionResult |
withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection.
|
UpdateGeofenceCollectionResult |
withCollectionName(String collectionName)
The name of the updated geofence collection.
|
UpdateGeofenceCollectionResult |
withUpdateTime(Date updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCollectionName(String collectionName)
The name of the updated geofence collection.
collectionName
- The name of the updated geofence collection.public String getCollectionName()
The name of the updated geofence collection.
public UpdateGeofenceCollectionResult withCollectionName(String collectionName)
The name of the updated geofence collection.
collectionName
- The name of the updated geofence collection.public void setCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
collectionArn
- The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across
Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
public String getCollectionArn()
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
public UpdateGeofenceCollectionResult withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
collectionArn
- The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across
Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
public void setUpdateTime(Date updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime
- The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public Date getUpdateTime()
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZ
public UpdateGeofenceCollectionResult withUpdateTime(Date updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime
- The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
public String toString()
toString
in class Object
Object.toString()
public UpdateGeofenceCollectionResult clone()