Class ParameterFilterExpression
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.ParameterFilterExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterFilterExpression.Builder,ParameterFilterExpression>
@Generated("software.amazon.awssdk:codegen") public final class ParameterFilterExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterFilterExpression.Builder,ParameterFilterExpression>
The details of a filtered search for parameters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterFilterExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterFilterExpression.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the parameter to filter on.ComparisonOperatoroperator()The type of comparison to use to filter results.StringoperatorAsString()The type of comparison to use to filter results.List<SdkField<?>>sdkFields()static Class<? extends ParameterFilterExpression.Builder>serializableBuilderClass()ParameterFilterExpression.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The parameter's value.-
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 the parameter to filter on.
- Returns:
- The name of the parameter to filter on.
-
operator
public final ComparisonOperator operator()
The type of comparison to use to filter results.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The type of comparison to use to filter results.
- See Also:
ComparisonOperator
-
operatorAsString
public final String operatorAsString()
The type of comparison to use to filter results.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The type of comparison to use to filter results.
- See Also:
ComparisonOperator
-
value
public final String value()
The parameter's value.
- Returns:
- The parameter's value.
-
toBuilder
public ParameterFilterExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterFilterExpression.Builder,ParameterFilterExpression>
-
builder
public static ParameterFilterExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterFilterExpression.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.
-
-