@Generated(value="software.amazon.awssdk:codegen") public final class HandshakeParty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HandshakeParty.Builder,HandshakeParty>
Identifies a participant in a handshake.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HandshakeParty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HandshakeParty.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier (ID) for the party.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HandshakeParty.Builder> |
serializableBuilderClass() |
HandshakeParty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
HandshakePartyType |
type()
The type of party.
|
String |
typeAsString()
The type of party.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
public final HandshakePartyType type()
The type of party.
If the service returns an enum value that is not available in the current SDK version, type will return
HandshakePartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HandshakePartyTypepublic final String typeAsString()
The type of party.
If the service returns an enum value that is not available in the current SDK version, type will return
HandshakePartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HandshakePartyTypepublic HandshakeParty.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HandshakeParty.Builder,HandshakeParty>public static HandshakeParty.Builder builder()
public static Class<? extends HandshakeParty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.