@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
Member configuration properties.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date and time that the member was created.
|
String |
getDescription()
An optional description for the member.
|
MemberFrameworkAttributes |
getFrameworkAttributes()
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
String |
getId()
The unique identifier of the member.
|
MemberLogPublishingConfiguration |
getLogPublishingConfiguration()
Configuration properties for logging events associated with a member.
|
String |
getName()
The name of the member.
|
String |
getNetworkId()
The unique identifier of the network to which the member belongs.
|
String |
getStatus()
The status of a member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date and time that the member was created.
|
void |
setDescription(String description)
An optional description for the member.
|
void |
setFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
void |
setId(String id)
The unique identifier of the member.
|
void |
setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
|
void |
setName(String name)
The name of the member.
|
void |
setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
void |
setStatus(String status)
The status of a member.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withCreationDate(Date creationDate)
The date and time that the member was created.
|
Member |
withDescription(String description)
An optional description for the member.
|
Member |
withFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
Member |
withId(String id)
The unique identifier of the member.
|
Member |
withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
|
Member |
withName(String name)
The name of the member.
|
Member |
withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
Member |
withStatus(MemberStatus status)
The status of a member.
|
Member |
withStatus(String status)
The status of a member.
|
public void setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public String getNetworkId()
The unique identifier of the network to which the member belongs.
public Member withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public void setId(String id)
The unique identifier of the member.
id
- The unique identifier of the member.public String getId()
The unique identifier of the member.
public Member withId(String id)
The unique identifier of the member.
id
- The unique identifier of the member.public void setName(String name)
The name of the member.
name
- The name of the member.public String getName()
The name of the member.
public Member withName(String name)
The name of the member.
name
- The name of the member.public void setDescription(String description)
An optional description for the member.
description
- An optional description for the member.public String getDescription()
An optional description for the member.
public Member withDescription(String description)
An optional description for the member.
description
- An optional description for the member.public void setFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
frameworkAttributes
- Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.public MemberFrameworkAttributes getFrameworkAttributes()
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
public Member withFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
frameworkAttributes
- Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.public void setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
logPublishingConfiguration
- Configuration properties for logging events associated with a member.public MemberLogPublishingConfiguration getLogPublishingConfiguration()
Configuration properties for logging events associated with a member.
public Member withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
logPublishingConfiguration
- Configuration properties for logging events associated with a member.public void setStatus(String status)
The status of a 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.
status
- The status of a 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.
MemberStatus
public String getStatus()
The status of a 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.
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.
MemberStatus
public Member withStatus(String status)
The status of a 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.
status
- The status of a 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.
MemberStatus
public Member withStatus(MemberStatus status)
The status of a 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.
status
- The status of a 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.
MemberStatus
public void setCreationDate(Date creationDate)
The date and time that the member was created.
creationDate
- The date and time that the member was created.public Date getCreationDate()
The date and time that the member was created.
public Member withCreationDate(Date creationDate)
The date and time that the member was created.
creationDate
- The date and time that the member was created.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.