@Generated(value="software.amazon.awssdk:codegen") public final class SessionKeysAbpV1_0_x extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionKeysAbpV1_0_x.Builder,SessionKeysAbpV1_0_x>
Session keys for ABP v1.1
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionKeysAbpV1_0_x.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appSKey()
The AppSKey value.
|
static SessionKeysAbpV1_0_x.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nwkSKey()
The NwkSKey value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionKeysAbpV1_0_x.Builder> |
serializableBuilderClass() |
SessionKeysAbpV1_0_x.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nwkSKey()
The NwkSKey value.
public final String appSKey()
The AppSKey value.
public SessionKeysAbpV1_0_x.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionKeysAbpV1_0_x.Builder,SessionKeysAbpV1_0_x>public static SessionKeysAbpV1_0_x.Builder builder()
public static Class<? extends SessionKeysAbpV1_0_x.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.