Class LikeExpression
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.LikeExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LikeExpression.Builder,LikeExpression>
@Generated("software.amazon.awssdk:codegen") public final class LikeExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LikeExpression.Builder,LikeExpression>
Specifies that a value is like the expression.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLikeExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LikeExpression.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 LikeExpression.Builder>serializableBuilderClass()LikeExpression.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value that might be like the 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 like the expression.
- Returns:
- The value that might be like the expression.
-
toBuilder
public LikeExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LikeExpression.Builder,LikeExpression>
-
builder
public static LikeExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends LikeExpression.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.
-
-