@Generated(value="software.amazon.awssdk:codegen") public final class ListKeysResponseEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListKeysResponseEntry.Builder,ListKeysResponseEntry>
An API key resource listed in your Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListKeysResponseEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListKeysResponseEntry.Builder |
builder() |
Instant |
createTime()
The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
description()
The optional description for the API key resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expireTime()
The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyName()
The name of the API key resource.
|
ApiKeyRestrictions |
restrictions()
Returns the value of the Restrictions property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListKeysResponseEntry.Builder> |
serializableBuilderClass() |
ListKeysResponseEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createTime()
The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public final String description()
The optional description for the API key resource.
public final Instant expireTime()
The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public final String keyName()
The name of the API key resource.
public final ApiKeyRestrictions restrictions()
public final Instant updateTime()
The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public ListKeysResponseEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListKeysResponseEntry.Builder,ListKeysResponseEntry>public static ListKeysResponseEntry.Builder builder()
public static Class<? extends ListKeysResponseEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.