@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.