@Generated(value="software.amazon.awssdk:codegen") public final class ChannelActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelActivity.Builder,ChannelActivity>
The activity that determines the source of the messages to be processed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelActivity.Builder |
builder() |
String |
channelName()
The name of the channel from which the messages are processed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the channel activity.
|
String |
next()
The next activity in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelActivity.Builder> |
serializableBuilderClass() |
ChannelActivity.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 channel activity.
public final String channelName()
The name of the channel from which the messages are processed.
public final String next()
The next activity in the pipeline.
public ChannelActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelActivity.Builder,ChannelActivity>public static ChannelActivity.Builder builder()
public static Class<? extends ChannelActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.