@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageFilterCondition extends Object implements Serializable, Cloneable, StructuredPojo
Represents a condition that when matched will be added to the response of the operation.
| Constructor and Description |
|---|
CoverageFilterCondition() |
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCondition |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEquals()
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
List<String> |
getNotEquals()
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEquals(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
void |
setNotEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
String |
toString()
Returns a string representation of this object.
|
CoverageFilterCondition |
withEquals(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
withEquals(String... equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
withNotEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition |
withNotEquals(String... notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
public List<String> getEquals()
Represents an equal condition that is applied to a single field while retrieving the coverage details.
public void setEquals(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.public CoverageFilterCondition withEquals(String... equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
NOTE: This method appends the values to the existing list (if any). Use
setEquals(java.util.Collection) or withEquals(java.util.Collection) if you want to override the
existing values.
equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.public CoverageFilterCondition withEquals(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.public List<String> getNotEquals()
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
public void setNotEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage details.public CoverageFilterCondition withNotEquals(String... notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
NOTE: This method appends the values to the existing list (if any). Use
setNotEquals(java.util.Collection) or withNotEquals(java.util.Collection) if you want to
override the existing values.
notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage details.public CoverageFilterCondition withNotEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage details.public String toString()
toString in class ObjectObject.toString()public CoverageFilterCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.