@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePlaceIndexResponse extends LocationResponse implements ToCopyableBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePlaceIndexResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePlaceIndexResponse.Builder |
builder() |
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) of the upated place index resource.
|
String |
indexName()
The name of the updated place index resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePlaceIndexResponse.Builder> |
serializableBuilderClass() |
UpdatePlaceIndexResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String indexArn()
The Amazon Resource Name (ARN) of the upated 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 of the updated place index resource.
public final Instant updateTime()
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 UpdatePlaceIndexResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>toBuilder in class AwsResponsepublic static UpdatePlaceIndexResponse.Builder builder()
public static Class<? extends UpdatePlaceIndexResponse.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 © 2023. All rights reserved.