Class EqualToExpression
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.EqualToExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EqualToExpression.Builder,EqualToExpression>
@Generated("software.amazon.awssdk:codegen") public final class EqualToExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EqualToExpression.Builder,EqualToExpression>
Specifies whether the value is equal to an expression.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEqualToExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EqualToExpression.Builderbuilder()StringcolumnName()The name of the column.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EqualToExpression.Builder>serializableBuilderClass()EqualToExpression.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value that might be equal to an expression.-
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
-
columnName
public final String columnName()
The name of the column.
- Returns:
- The name of the column.
-
value
public final String value()
The value that might be equal to an expression.
- Returns:
- The value that might be equal to an expression.
-
toBuilder
public EqualToExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EqualToExpression.Builder,EqualToExpression>
-
builder
public static EqualToExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends EqualToExpression.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.
-
-