StructuredPojo
, ToCopyableBuilder<HandshakeParty.Builder,HandshakeParty>
@Generated("software.amazon.awssdk:codegen") public class HandshakeParty extends Object implements StructuredPojo, ToCopyableBuilder<HandshakeParty.Builder,HandshakeParty>
Identifies a participant in a handshake.
Modifier and Type | Class | Description |
---|---|---|
static interface |
HandshakeParty.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HandshakeParty.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The unique identifier (ID) for the party.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends HandshakeParty.Builder> |
serializableBuilderClass() |
|
HandshakeParty.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of party.
|
public String id()
The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
public String type()
The type of party.
HandshakePartyType
public HandshakeParty.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HandshakeParty.Builder,HandshakeParty>
public static HandshakeParty.Builder builder()
public static Class<? extends HandshakeParty.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.