@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, setSdkResponseMetadatapublic 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 void setIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
indexArn - The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource
across all AWS.public String getIndexArn()
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
public CreatePlaceIndexResult withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
indexArn - The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource
across all AWS.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 String toString()
toString in class ObjectObject.toString()public CreatePlaceIndexResult clone()