@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public VoutFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.