@Generated(value="software.amazon.awssdk:codegen") public final class MemberSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberSummary.Builder,MemberSummary>
A summary of configuration properties for a member.
Applies only to Hyperledger Fabric.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the member.
|
static MemberSummary.Builder |
builder() |
Instant |
creationDate()
The date and time that the member was created.
|
String |
description()
An optional description of the member.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the member.
|
Boolean |
isOwned()
An indicator of whether the member is owned by your AWS account or a different AWS account.
|
String |
name()
The name of the member.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemberSummary.Builder> |
serializableBuilderClass() |
MemberStatus |
status()
The status of the member.
|
String |
statusAsString()
The status of the member.
|
MemberSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the member.
public final String name()
The name of the member.
public final String description()
An optional description of the member.
public final MemberStatus status()
The status of the member.
CREATING - The AWS account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The AWS account attempted to create a member and creation failed.
DELETING - The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED PROPOSAL to remove the member.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CREATING - The AWS account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The AWS account attempted to create a member and creation failed.
DELETING - The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as
the result of an APPROVED PROPOSAL to remove the member.
MemberStatuspublic final String statusAsString()
The status of the member.
CREATING - The AWS account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The AWS account attempted to create a member and creation failed.
DELETING - The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED PROPOSAL to remove the member.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CREATING - The AWS account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The AWS account attempted to create a member and creation failed.
DELETING - The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as
the result of an APPROVED PROPOSAL to remove the member.
MemberStatuspublic final Instant creationDate()
The date and time that the member was created.
public final Boolean isOwned()
An indicator of whether the member is owned by your AWS account or a different AWS account.
public final String arn()
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
public MemberSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberSummary.Builder,MemberSummary>public static MemberSummary.Builder builder()
public static Class<? extends MemberSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.