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