Class ListKeysResponseEntry
- java.lang.Object
-
- software.amazon.awssdk.services.location.model.ListKeysResponseEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListKeysResponseEntry.Builder,ListKeysResponseEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListKeysResponseEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListKeysResponseEntry.Builderbuilder()InstantcreateTime()The timestamp of when the API key was created, in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.Stringdescription()The optional description for the API key resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantexpireTime()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)inthashCode()StringkeyName()The name of the API key resource.ApiKeyRestrictionsrestrictions()Returns the value of the Restrictions property for this object.List<SdkField<?>>sdkFields()static Class<? extends ListKeysResponseEntry.Builder>serializableBuilderClass()ListKeysResponseEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The timestamp of when the API key was last updated, in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createTime
public final Instant createTime()
The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
-
description
public final String description()
The optional description for the API key resource.
- Returns:
- The optional description for the API key resource.
-
expireTime
public final Instant expireTime()
The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
-
keyName
public final String keyName()
The name of the API key resource.
- Returns:
- The name of the API key resource.
-
restrictions
public final ApiKeyRestrictions restrictions()
Returns the value of the Restrictions property for this object.- Returns:
- The value of the Restrictions property for this object.
-
updateTime
public final Instant updateTime()
The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
-
toBuilder
public ListKeysResponseEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListKeysResponseEntry.Builder,ListKeysResponseEntry>
-
builder
public static ListKeysResponseEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListKeysResponseEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-