@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)
Marshalls this structured data using the given
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.CisTargetStatusComparison
public String getComparison()
The comparison value of the CIS target status reason filter.
CisTargetStatusComparison
public 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.CisTargetStatusComparison
public 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.CisTargetStatusComparison
public void setValue(String value)
The value of the CIS target status reason filter.
value
- The value of the CIS target status reason filter.CisTargetStatusReason
public String getValue()
The value of the CIS target status reason filter.
CisTargetStatusReason
public CisTargetStatusReasonFilter withValue(String value)
The value of the CIS target status reason filter.
value
- The value of the CIS target status reason filter.CisTargetStatusReason
public CisTargetStatusReasonFilter withValue(CisTargetStatusReason value)
The value of the CIS target status reason filter.
value
- The value of the CIS target status reason filter.CisTargetStatusReason
public String toString()
toString
in class Object
Object.toString()
public CisTargetStatusReasonFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.