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