@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlaceIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePlaceIndexResult() |
Modifier and Type | Method and Description |
---|---|
CreatePlaceIndexResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
getIndexArn()
The Amazon Resource Name (ARN) for the place index resource.
|
String |
getIndexName()
The name for the place index resource.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource.
|
void |
setIndexName(String indexName)
The name for the place index resource.
|
String |
toString()
Returns a string representation of this object.
|
CreatePlaceIndexResult |
withCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
CreatePlaceIndexResult |
withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource.
|
CreatePlaceIndexResult |
withIndexName(String indexName)
The name for the place index resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIndexName(String indexName)
The name for the place index resource.
indexName
- The name for the place index resource.public String getIndexName()
The name for the place index resource.
public CreatePlaceIndexResult withIndexName(String indexName)
The name for the place index resource.
indexName
- The name for the place index resource.public void setIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the 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) for the 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) for the 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 CreatePlaceIndexResult withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the 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) for the 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 setCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getCreateTime()
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public CreatePlaceIndexResult withCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public String toString()
toString
in class Object
Object.toString()
public CreatePlaceIndexResult clone()