@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.
ConfirmationStatuspublic 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.ConfirmationStatuspublic 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.ConfirmationStatuspublic 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.ConfirmationStatuspublic 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.ConfirmationStatuspublic String toString()
toString in class ObjectObject.toString()public ConfirmationStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.