public class TransferContactResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TransferContactResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactArn()
The Amazon Resource Name (ARN) of the contact.
|
java.lang.String |
getContactId()
The identifier of the contact in this instance of Amazon Connect.
|
int |
hashCode() |
void |
setContactArn(java.lang.String contactArn)
The Amazon Resource Name (ARN) of the contact.
|
void |
setContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TransferContactResult |
withContactArn(java.lang.String contactArn)
The Amazon Resource Name (ARN) of the contact.
|
TransferContactResult |
withContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
public java.lang.String getContactId()
The identifier of the contact in this instance of Amazon Connect.
Constraints:
Length: 1 - 256
The identifier of the contact in this instance of Amazon Connect.
public void setContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact in this instance of Amazon Connect.
public TransferContactResult withContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact in this instance of Amazon Connect.
public java.lang.String getContactArn()
The Amazon Resource Name (ARN) of the contact.
The Amazon Resource Name (ARN) of the contact.
public void setContactArn(java.lang.String contactArn)
The Amazon Resource Name (ARN) of the contact.
contactArn - The Amazon Resource Name (ARN) of the contact.
public TransferContactResult withContactArn(java.lang.String contactArn)
The Amazon Resource Name (ARN) of the contact.
Returns a reference to this object so that method calls can be chained together.
contactArn - The Amazon Resource Name (ARN) of the contact.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object