@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageFilterCriterion extends Object implements Serializable, Cloneable, StructuredPojo
Represents a condition that when matched will be added to the response of the operation.
| Constructor and Description |
|---|
CoverageFilterCriterion() |
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriterion |
clone() |
boolean |
equals(Object obj) |
String |
getCriterionKey()
An enum value representing possible filter fields.
|
CoverageFilterCondition |
getFilterCondition()
Contains information about the condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCriterionKey(String criterionKey)
An enum value representing possible filter fields.
|
void |
setFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
|
String |
toString()
Returns a string representation of this object.
|
CoverageFilterCriterion |
withCriterionKey(CoverageFilterCriterionKey criterionKey)
An enum value representing possible filter fields.
|
CoverageFilterCriterion |
withCriterionKey(String criterionKey)
An enum value representing possible filter fields.
|
CoverageFilterCriterion |
withFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
|
public void setCriterionKey(String criterionKey)
An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageFilterCriterionKeypublic String getCriterionKey()
An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageFilterCriterionKeypublic CoverageFilterCriterion withCriterionKey(String criterionKey)
An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageFilterCriterionKeypublic CoverageFilterCriterion withCriterionKey(CoverageFilterCriterionKey criterionKey)
An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible filter fields.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageFilterCriterionKeypublic void setFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public CoverageFilterCondition getFilterCondition()
Contains information about the condition.
public CoverageFilterCriterion withFilterCondition(CoverageFilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public String toString()
toString in class ObjectObject.toString()public CoverageFilterCriterion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.