@Generated(value="software.amazon.awssdk:codegen") public final class CreatePlaceIndexResponse extends LocationResponse implements ToCopyableBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlaceIndexResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePlaceIndexResponse.Builder |
builder() |
Instant |
createTime()
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexArn()
The Amazon Resource Name (ARN) for the place index resource.
|
String |
indexName()
The name for the place index resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePlaceIndexResponse.Builder> |
serializableBuilderClass() |
CreatePlaceIndexResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createTime()
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 final String indexArn()
The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
public final String indexName()
The name for the place index resource.
public CreatePlaceIndexResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>toBuilder in class AwsResponsepublic static CreatePlaceIndexResponse.Builder builder()
public static Class<? extends CreatePlaceIndexResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.