@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePlaceIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePlaceIndexResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePlaceIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getIndexArn()
The Amazon Resource Name (ARN) of the upated place index resource.
|
String |
getIndexName()
The name of the updated place index resource.
|
Date |
getUpdateTime()
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
int |
hashCode() |
void |
setIndexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource.
|
void |
setIndexName(String indexName)
The name of the updated place index resource.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
toString()
Returns a string representation of this object.
|
UpdatePlaceIndexResult |
withIndexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource.
|
UpdatePlaceIndexResult |
withIndexName(String indexName)
The name of the updated place index resource.
|
UpdatePlaceIndexResult |
withUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIndexName(String indexName)
The name of the updated place index resource.
indexName
- The name of the updated place index resource.public String getIndexName()
The name of the updated place index resource.
public UpdatePlaceIndexResult withIndexName(String indexName)
The name of the updated place index resource.
indexName
- The name of the updated place index resource.public void setIndexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
indexArn
- The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across
Amazon Web Services.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
public String getIndexArn()
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
public UpdatePlaceIndexResult withIndexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
indexArn
- The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across
Amazon Web Services.
Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
public void setUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getUpdateTime()
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public UpdatePlaceIndexResult withUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public String toString()
toString
in class Object
Object.toString()
public UpdatePlaceIndexResult clone()