@Generated(value="software.amazon.awssdk:codegen") public final class CreateMemberRequest extends ManagedBlockchainRequest implements ToCopyableBuilder<CreateMemberRequest.Builder,CreateMemberRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMemberRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateMemberRequest.Builder |
builder() |
String |
clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invitationId()
The unique identifier of the invitation that is sent to the member to join the network.
|
MemberConfiguration |
memberConfiguration()
Member configuration parameters.
|
String |
networkId()
The unique identifier of the network in which the member is created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMemberRequest.Builder> |
serializableBuilderClass() |
CreateMemberRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
public final String invitationId()
The unique identifier of the invitation that is sent to the member to join the network.
public final String networkId()
The unique identifier of the network in which the member is created.
public final MemberConfiguration memberConfiguration()
Member configuration parameters.
public CreateMemberRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMemberRequest.Builder,CreateMemberRequest>toBuilder in class ManagedBlockchainRequestpublic static CreateMemberRequest.Builder builder()
public static Class<? extends CreateMemberRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.