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