@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactCenterActivity extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ContactCenterActivity() |
Modifier and Type | Method and Description |
---|---|
ContactCenterActivity |
clone() |
boolean |
equals(Object obj) |
String |
getNextActivity()
The unique identifier for the next activity to perform after the this activity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNextActivity(String nextActivity)
The unique identifier for the next activity to perform after the this activity.
|
String |
toString()
Returns a string representation of this object.
|
ContactCenterActivity |
withNextActivity(String nextActivity)
The unique identifier for the next activity to perform after the this activity.
|
public void setNextActivity(String nextActivity)
The unique identifier for the next activity to perform after the this activity.
nextActivity
- The unique identifier for the next activity to perform after the this activity.public String getNextActivity()
The unique identifier for the next activity to perform after the this activity.
public ContactCenterActivity withNextActivity(String nextActivity)
The unique identifier for the next activity to perform after the this activity.
nextActivity
- The unique identifier for the next activity to perform after the this activity.public String toString()
toString
in class Object
Object.toString()
public ContactCenterActivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.