@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 will contain the result of the math operation.
|
static MathActivity.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'math' activity.
public String attribute()
The name of the attribute that will contain the result of the math operation.
public String math()
An expression that uses one or more existing attributes and must return an integer value.
public String next()
The next activity in the pipeline.
public MathActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MathActivity.Builder,MathActivity>
public static MathActivity.Builder builder()
public static Class<? extends MathActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.