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