@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CisResultStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
The CIS result status filter.
Constructor and Description |
---|
CisResultStatusFilter() |
Modifier and Type | Method and Description |
---|---|
CisResultStatusFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The comparison value of the CIS result status filter.
|
String |
getValue()
The value of the CIS result 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 result status filter.
|
void |
setValue(String value)
The value of the CIS result status filter.
|
String |
toString()
Returns a string representation of this object.
|
CisResultStatusFilter |
withComparison(CisResultStatusComparison comparison)
The comparison value of the CIS result status filter.
|
CisResultStatusFilter |
withComparison(String comparison)
The comparison value of the CIS result status filter.
|
CisResultStatusFilter |
withValue(CisResultStatus value)
The value of the CIS result status filter.
|
CisResultStatusFilter |
withValue(String value)
The value of the CIS result status filter.
|
public void setComparison(String comparison)
The comparison value of the CIS result status filter.
comparison
- The comparison value of the CIS result status filter.CisResultStatusComparison
public String getComparison()
The comparison value of the CIS result status filter.
CisResultStatusComparison
public CisResultStatusFilter withComparison(String comparison)
The comparison value of the CIS result status filter.
comparison
- The comparison value of the CIS result status filter.CisResultStatusComparison
public CisResultStatusFilter withComparison(CisResultStatusComparison comparison)
The comparison value of the CIS result status filter.
comparison
- The comparison value of the CIS result status filter.CisResultStatusComparison
public void setValue(String value)
The value of the CIS result status filter.
value
- The value of the CIS result status filter.CisResultStatus
public String getValue()
The value of the CIS result status filter.
CisResultStatus
public CisResultStatusFilter withValue(String value)
The value of the CIS result status filter.
value
- The value of the CIS result status filter.CisResultStatus
public CisResultStatusFilter withValue(CisResultStatus value)
The value of the CIS result status filter.
value
- The value of the CIS result status filter.CisResultStatus
public String toString()
toString
in class Object
Object.toString()
public CisResultStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.