@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoutFilter extends Object implements Serializable, Cloneable, StructuredPojo
This container specifies filtering attributes related to BITCOIN_VOUT event types
| Constructor and Description |
|---|
VoutFilter() |
| Modifier and Type | Method and Description |
|---|---|
VoutFilter |
clone() |
boolean |
equals(Object obj) |
Boolean |
getVoutSpent()
Specifies if the transaction output is spent or unspent.
|
int |
hashCode() |
Boolean |
isVoutSpent()
Specifies if the transaction output is spent or unspent.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVoutSpent(Boolean voutSpent)
Specifies if the transaction output is spent or unspent.
|
String |
toString()
Returns a string representation of this object.
|
VoutFilter |
withVoutSpent(Boolean voutSpent)
Specifies if the transaction output is spent or unspent.
|
public void setVoutSpent(Boolean voutSpent)
Specifies if the transaction output is spent or unspent.
voutSpent - Specifies if the transaction output is spent or unspent.public Boolean getVoutSpent()
Specifies if the transaction output is spent or unspent.
public VoutFilter withVoutSpent(Boolean voutSpent)
Specifies if the transaction output is spent or unspent.
voutSpent - Specifies if the transaction output is spent or unspent.public Boolean isVoutSpent()
Specifies if the transaction output is spent or unspent.
public String toString()
toString in class ObjectObject.toString()public VoutFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.