@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageStringFilter extends Object implements Serializable, Cloneable, StructuredPojo
Contains details of a coverage string filter.
| Constructor and Description |
|---|
CoverageStringFilter() |
| Modifier and Type | Method and Description |
|---|---|
CoverageStringFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The operator to compare strings on.
|
String |
getValue()
The value to compare strings on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComparison(String comparison)
The operator to compare strings on.
|
void |
setValue(String value)
The value to compare strings on.
|
String |
toString()
Returns a string representation of this object.
|
CoverageStringFilter |
withComparison(CoverageStringComparison comparison)
The operator to compare strings on.
|
CoverageStringFilter |
withComparison(String comparison)
The operator to compare strings on.
|
CoverageStringFilter |
withValue(String value)
The value to compare strings on.
|
public void setComparison(String comparison)
The operator to compare strings on.
comparison - The operator to compare strings on.CoverageStringComparisonpublic String getComparison()
The operator to compare strings on.
CoverageStringComparisonpublic CoverageStringFilter withComparison(String comparison)
The operator to compare strings on.
comparison - The operator to compare strings on.CoverageStringComparisonpublic CoverageStringFilter withComparison(CoverageStringComparison comparison)
The operator to compare strings on.
comparison - The operator to compare strings on.CoverageStringComparisonpublic void setValue(String value)
The value to compare strings on.
value - The value to compare strings on.public String getValue()
The value to compare strings on.
public CoverageStringFilter withValue(String value)
The value to compare strings on.
value - The value to compare strings on.public String toString()
toString in class ObjectObject.toString()public CoverageStringFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.