@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePersistentContactAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePersistentContactAssociationResult() |
Modifier and Type | Method and Description |
---|---|
CreatePersistentContactAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getContinuedFromContactId()
The contactId from which a persistent chat session is started.
|
int |
hashCode() |
void |
setContinuedFromContactId(String continuedFromContactId)
The contactId from which a persistent chat session is started.
|
String |
toString()
Returns a string representation of this object.
|
CreatePersistentContactAssociationResult |
withContinuedFromContactId(String continuedFromContactId)
The contactId from which a persistent chat session is started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreatePersistentContactAssociationResult()
public void setContinuedFromContactId(String continuedFromContactId)
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
continuedFromContactId
- The contactId from which a persistent chat session is started. This field is populated only for persistent
chat.public String getContinuedFromContactId()
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
public CreatePersistentContactAssociationResult withContinuedFromContactId(String continuedFromContactId)
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
continuedFromContactId
- The contactId from which a persistent chat session is started. This field is populated only for persistent
chat.public String toString()
toString
in class Object
Object.toString()
public CreatePersistentContactAssociationResult clone()