@Generated(value="software.amazon.awssdk:codegen") public final class SecurityKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityKey.Builder,SecurityKey>
Configuration information of the security key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SecurityKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given
instance ID.
|
static SecurityKey.Builder |
builder() |
Instant |
creationTime()
When the security key was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key of the security key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SecurityKey.Builder> |
serializableBuilderClass() |
SecurityKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String associationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
public final String key()
The key of the security key.
public final Instant creationTime()
When the security key was created.
public SecurityKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SecurityKey.Builder,SecurityKey>public static SecurityKey.Builder builder()
public static Class<? extends SecurityKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.