@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCriterion extends Object implements Serializable, Cloneable, StructuredPojo
Represents a condition that when matched will be added to the response of the operation. Irrespective of using any filter criteria, an administrator account can view the scan entries for all of its member accounts. However, each member account can view the scan entries only for their own account.
| Constructor and Description |
|---|
FilterCriterion() |
| Modifier and Type | Method and Description |
|---|---|
FilterCriterion |
clone() |
boolean |
equals(Object obj) |
String |
getCriterionKey()
An enum value representing possible scan properties to match with given scan entries.
|
FilterCondition |
getFilterCondition()
Contains information about the condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
void |
setFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
|
String |
toString()
Returns a string representation of this object.
|
FilterCriterion |
withCriterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
withCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
withFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
|
public void setCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CriterionKeypublic String getCriterionKey()
An enum value representing possible scan properties to match with given scan entries.
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.
CriterionKeypublic FilterCriterion withCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CriterionKeypublic FilterCriterion withCriterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
criterionKey - An enum value representing possible scan properties to match with given scan entries.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CriterionKeypublic void setFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public FilterCondition getFilterCondition()
Contains information about the condition.
public FilterCriterion withFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public String toString()
toString in class ObjectObject.toString()public FilterCriterion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.