@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelActivity extends Object implements Serializable, Cloneable, StructuredPojo
The activity that determines the source of the messages to be processed.
Constructor and Description |
---|
ChannelActivity() |
Modifier and Type | Method and Description |
---|---|
ChannelActivity |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel from which the messages are processed.
|
String |
getName()
The name of the channel activity.
|
String |
getNext()
The next activity in the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelName(String channelName)
The name of the channel from which the messages are processed.
|
void |
setName(String name)
The name of the channel activity.
|
void |
setNext(String next)
The next activity in the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
ChannelActivity |
withChannelName(String channelName)
The name of the channel from which the messages are processed.
|
ChannelActivity |
withName(String name)
The name of the channel activity.
|
ChannelActivity |
withNext(String next)
The next activity in the pipeline.
|
public void setName(String name)
The name of the channel activity.
name
- The name of the channel activity.public String getName()
The name of the channel activity.
public ChannelActivity withName(String name)
The name of the channel activity.
name
- The name of the channel activity.public void setChannelName(String channelName)
The name of the channel from which the messages are processed.
channelName
- The name of the channel from which the messages are processed.public String getChannelName()
The name of the channel from which the messages are processed.
public ChannelActivity withChannelName(String channelName)
The name of the channel from which the messages are processed.
channelName
- The name of the channel from which the messages are processed.public void setNext(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.public String getNext()
The next activity in the pipeline.
public ChannelActivity withNext(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.public String toString()
toString
in class Object
Object.toString()
public ChannelActivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.