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