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