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