@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CisTargetStatusReasonFilter extends Object implements Serializable, Cloneable, StructuredPojo
The CIS target status reason filter.
| Constructor and Description |
|---|
CisTargetStatusReasonFilter() |
| Modifier and Type | Method and Description |
|---|---|
CisTargetStatusReasonFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The comparison value of the CIS target status reason filter.
|
String |
getValue()
The value of the CIS target status reason filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComparison(String comparison)
The comparison value of the CIS target status reason filter.
|
void |
setValue(String value)
The value of the CIS target status reason filter.
|
String |
toString()
Returns a string representation of this object.
|
CisTargetStatusReasonFilter |
withComparison(CisTargetStatusComparison comparison)
The comparison value of the CIS target status reason filter.
|
CisTargetStatusReasonFilter |
withComparison(String comparison)
The comparison value of the CIS target status reason filter.
|
CisTargetStatusReasonFilter |
withValue(CisTargetStatusReason value)
The value of the CIS target status reason filter.
|
CisTargetStatusReasonFilter |
withValue(String value)
The value of the CIS target status reason filter.
|
public void setComparison(String comparison)
The comparison value of the CIS target status reason filter.
comparison - The comparison value of the CIS target status reason filter.CisTargetStatusComparisonpublic String getComparison()
The comparison value of the CIS target status reason filter.
CisTargetStatusComparisonpublic CisTargetStatusReasonFilter withComparison(String comparison)
The comparison value of the CIS target status reason filter.
comparison - The comparison value of the CIS target status reason filter.CisTargetStatusComparisonpublic CisTargetStatusReasonFilter withComparison(CisTargetStatusComparison comparison)
The comparison value of the CIS target status reason filter.
comparison - The comparison value of the CIS target status reason filter.CisTargetStatusComparisonpublic void setValue(String value)
The value of the CIS target status reason filter.
value - The value of the CIS target status reason filter.CisTargetStatusReasonpublic String getValue()
The value of the CIS target status reason filter.
CisTargetStatusReasonpublic CisTargetStatusReasonFilter withValue(String value)
The value of the CIS target status reason filter.
value - The value of the CIS target status reason filter.CisTargetStatusReasonpublic CisTargetStatusReasonFilter withValue(CisTargetStatusReason value)
The value of the CIS target status reason filter.
value - The value of the CIS target status reason filter.CisTargetStatusReasonpublic String toString()
toString in class ObjectObject.toString()public CisTargetStatusReasonFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.