Class AttributeCondition
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.AttributeCondition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttributeCondition.Builder,AttributeCondition>
@Generated("software.amazon.awssdk:codegen") public final class AttributeCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeCondition.Builder,AttributeCondition>
An object to specify the predefined attribute condition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttributeCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeCondition.Builderbuilder()StringcomparisonOperator()The operator of the condition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MatchCriteriamatchCriteria()An object to defineAgentsCriteria.Stringname()The name of predefined attribute.FloatproficiencyLevel()The proficiency level of the condition.List<SdkField<?>>sdkFields()static Class<? extends AttributeCondition.Builder>serializableBuilderClass()AttributeCondition.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of predefined attribute.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of predefined attribute.
- Returns:
- The name of predefined attribute.
-
value
public final String value()
The value of predefined attribute.
- Returns:
- The value of predefined attribute.
-
proficiencyLevel
public final Float proficiencyLevel()
The proficiency level of the condition.
- Returns:
- The proficiency level of the condition.
-
matchCriteria
public final MatchCriteria matchCriteria()
An object to define
AgentsCriteria.- Returns:
- An object to define
AgentsCriteria.
-
comparisonOperator
public final String comparisonOperator()
The operator of the condition.
- Returns:
- The operator of the condition.
-
toBuilder
public AttributeCondition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttributeCondition.Builder,AttributeCondition>
-
builder
public static AttributeCondition.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttributeCondition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-