@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddressIdentifierFilter extends Object implements Serializable, Cloneable, StructuredPojo
This is the container for the unique public address on the blockchain.
| Constructor and Description |
|---|
AddressIdentifierFilter() |
| Modifier and Type | Method and Description |
|---|---|
AddressIdentifierFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTransactionEventToAddress()
The container for the recipient address of the transaction.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransactionEventToAddress(Collection<String> transactionEventToAddress)
The container for the recipient address of the transaction.
|
String |
toString()
Returns a string representation of this object.
|
AddressIdentifierFilter |
withTransactionEventToAddress(Collection<String> transactionEventToAddress)
The container for the recipient address of the transaction.
|
AddressIdentifierFilter |
withTransactionEventToAddress(String... transactionEventToAddress)
The container for the recipient address of the transaction.
|
public List<String> getTransactionEventToAddress()
The container for the recipient address of the transaction.
public void setTransactionEventToAddress(Collection<String> transactionEventToAddress)
The container for the recipient address of the transaction.
transactionEventToAddress - The container for the recipient address of the transaction.public AddressIdentifierFilter withTransactionEventToAddress(String... transactionEventToAddress)
The container for the recipient address of the transaction.
NOTE: This method appends the values to the existing list (if any). Use
setTransactionEventToAddress(java.util.Collection) or
withTransactionEventToAddress(java.util.Collection) if you want to override the existing values.
transactionEventToAddress - The container for the recipient address of the transaction.public AddressIdentifierFilter withTransactionEventToAddress(Collection<String> transactionEventToAddress)
The container for the recipient address of the transaction.
transactionEventToAddress - The container for the recipient address of the transaction.public String toString()
toString in class ObjectObject.toString()public AddressIdentifierFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.