@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeCondition extends Object implements Serializable, Cloneable, StructuredPojo
An object to specify the predefined attribute condition.
| Constructor and Description |
|---|
AttributeCondition() |
| Modifier and Type | Method and Description |
|---|---|
AttributeCondition |
clone() |
boolean |
equals(Object obj) |
String |
getComparisonOperator()
The operator of the condition.
|
MatchCriteria |
getMatchCriteria()
An object to define
AgentsCriteria. |
String |
getName()
The name of predefined attribute.
|
Float |
getProficiencyLevel()
The proficiency level of the condition.
|
String |
getValue()
The value of predefined attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComparisonOperator(String comparisonOperator)
The operator of the condition.
|
void |
setMatchCriteria(MatchCriteria matchCriteria)
An object to define
AgentsCriteria. |
void |
setName(String name)
The name of predefined attribute.
|
void |
setProficiencyLevel(Float proficiencyLevel)
The proficiency level of the condition.
|
void |
setValue(String value)
The value of predefined attribute.
|
String |
toString()
Returns a string representation of this object.
|
AttributeCondition |
withComparisonOperator(String comparisonOperator)
The operator of the condition.
|
AttributeCondition |
withMatchCriteria(MatchCriteria matchCriteria)
An object to define
AgentsCriteria. |
AttributeCondition |
withName(String name)
The name of predefined attribute.
|
AttributeCondition |
withProficiencyLevel(Float proficiencyLevel)
The proficiency level of the condition.
|
AttributeCondition |
withValue(String value)
The value of predefined attribute.
|
public void setName(String name)
The name of predefined attribute.
name - The name of predefined attribute.public String getName()
The name of predefined attribute.
public AttributeCondition withName(String name)
The name of predefined attribute.
name - The name of predefined attribute.public void setValue(String value)
The value of predefined attribute.
value - The value of predefined attribute.public String getValue()
The value of predefined attribute.
public AttributeCondition withValue(String value)
The value of predefined attribute.
value - The value of predefined attribute.public void setProficiencyLevel(Float proficiencyLevel)
The proficiency level of the condition.
proficiencyLevel - The proficiency level of the condition.public Float getProficiencyLevel()
The proficiency level of the condition.
public AttributeCondition withProficiencyLevel(Float proficiencyLevel)
The proficiency level of the condition.
proficiencyLevel - The proficiency level of the condition.public void setMatchCriteria(MatchCriteria matchCriteria)
An object to define AgentsCriteria.
matchCriteria - An object to define AgentsCriteria.public MatchCriteria getMatchCriteria()
An object to define AgentsCriteria.
AgentsCriteria.public AttributeCondition withMatchCriteria(MatchCriteria matchCriteria)
An object to define AgentsCriteria.
matchCriteria - An object to define AgentsCriteria.public void setComparisonOperator(String comparisonOperator)
The operator of the condition.
comparisonOperator - The operator of the condition.public String getComparisonOperator()
The operator of the condition.
public AttributeCondition withComparisonOperator(String comparisonOperator)
The operator of the condition.
comparisonOperator - The operator of the condition.public String toString()
toString in class ObjectObject.toString()public AttributeCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.