@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveAction extends Object implements Serializable, Cloneable, StructuredPojo
An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is
APPROVED
. The member and all associated resources are deleted from the network.
Constructor and Description |
---|
RemoveAction() |
Modifier and Type | Method and Description |
---|---|
RemoveAction |
clone() |
boolean |
equals(Object obj) |
String |
getMemberId()
The unique identifier of the member to remove.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMemberId(String memberId)
The unique identifier of the member to remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveAction |
withMemberId(String memberId)
The unique identifier of the member to remove.
|
public void setMemberId(String memberId)
The unique identifier of the member to remove.
memberId
- The unique identifier of the member to remove.public String getMemberId()
The unique identifier of the member to remove.
public RemoveAction withMemberId(String memberId)
The unique identifier of the member to remove.
memberId
- The unique identifier of the member to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveAction clone()
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.