@Generated(value="software.amazon.awssdk:codegen") public final class MathActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MathActivity.Builder,MathActivity>
An activity that computes an arithmetic expression using the message's attributes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MathActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
The name of the attribute that contains the result of the math operation.
|
static MathActivity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
math()
An expression that uses one or more existing attributes and must return an integer value.
|
String |
name()
The name of the math activity.
|
String |
next()
The next activity in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MathActivity.Builder> |
serializableBuilderClass() |
MathActivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the math activity.
public final String attribute()
The name of the attribute that contains the result of the math operation.
public final String math()
An expression that uses one or more existing attributes and must return an integer value.
public final String next()
The next activity in the pipeline.
public MathActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MathActivity.Builder,MathActivity>public static MathActivity.Builder builder()
public static Class<? extends MathActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.