@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CisTargetStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
The CIS target status filter.
| Constructor and Description |
|---|
CisTargetStatusFilter() |
| Modifier and Type | Method and Description |
|---|---|
CisTargetStatusFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The comparison value of the CIS target status filter.
|
String |
getValue()
The value of the CIS target status filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComparison(String comparison)
The comparison value of the CIS target status filter.
|
void |
setValue(String value)
The value of the CIS target status filter.
|
String |
toString()
Returns a string representation of this object.
|
CisTargetStatusFilter |
withComparison(CisTargetStatusComparison comparison)
The comparison value of the CIS target status filter.
|
CisTargetStatusFilter |
withComparison(String comparison)
The comparison value of the CIS target status filter.
|
CisTargetStatusFilter |
withValue(CisTargetStatus value)
The value of the CIS target status filter.
|
CisTargetStatusFilter |
withValue(String value)
The value of the CIS target status filter.
|
public void setComparison(String comparison)
The comparison value of the CIS target status filter.
comparison - The comparison value of the CIS target status filter.CisTargetStatusComparisonpublic String getComparison()
The comparison value of the CIS target status filter.
CisTargetStatusComparisonpublic CisTargetStatusFilter withComparison(String comparison)
The comparison value of the CIS target status filter.
comparison - The comparison value of the CIS target status filter.CisTargetStatusComparisonpublic CisTargetStatusFilter withComparison(CisTargetStatusComparison comparison)
The comparison value of the CIS target status filter.
comparison - The comparison value of the CIS target status filter.CisTargetStatusComparisonpublic void setValue(String value)
The value of the CIS target status filter.
value - The value of the CIS target status filter.CisTargetStatuspublic String getValue()
The value of the CIS target status filter.
CisTargetStatuspublic CisTargetStatusFilter withValue(String value)
The value of the CIS target status filter.
value - The value of the CIS target status filter.CisTargetStatuspublic CisTargetStatusFilter withValue(CisTargetStatus value)
The value of the CIS target status filter.
value - The value of the CIS target status filter.CisTargetStatuspublic String toString()
toString in class ObjectObject.toString()public CisTargetStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.