@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfirmationStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
The container for the ConfirmationStatusFilter
that filters for the finality
of the results.
Constructor and Description |
---|
ConfirmationStatusFilter() |
Modifier and Type | Method and Description |
---|---|
ConfirmationStatusFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInclude()
The container to determine whether to list results that have only reached finality
.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInclude(Collection<String> include)
The container to determine whether to list results that have only reached finality
.
|
String |
toString()
Returns a string representation of this object.
|
ConfirmationStatusFilter |
withInclude(Collection<String> include)
The container to determine whether to list results that have only reached finality
.
|
ConfirmationStatusFilter |
withInclude(ConfirmationStatus... include)
The container to determine whether to list results that have only reached finality
.
|
ConfirmationStatusFilter |
withInclude(String... include)
The container to determine whether to list results that have only reached finality
.
|
public List<String> getInclude()
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
ConfirmationStatus
public void setInclude(Collection<String> include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
include
- The container to determine whether to list results that have only reached
finality . Transactions that have reached finality are always part of the response.ConfirmationStatus
public ConfirmationStatusFilter withInclude(String... include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
NOTE: This method appends the values to the existing list (if any). Use
setInclude(java.util.Collection)
or withInclude(java.util.Collection)
if you want to override
the existing values.
include
- The container to determine whether to list results that have only reached
finality . Transactions that have reached finality are always part of the response.ConfirmationStatus
public ConfirmationStatusFilter withInclude(Collection<String> include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
include
- The container to determine whether to list results that have only reached
finality . Transactions that have reached finality are always part of the response.ConfirmationStatus
public ConfirmationStatusFilter withInclude(ConfirmationStatus... include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
include
- The container to determine whether to list results that have only reached
finality . Transactions that have reached finality are always part of the response.ConfirmationStatus
public String toString()
toString
in class Object
Object.toString()
public ConfirmationStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.