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