@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Contact extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an Amazon Connect contact object.
Constructor and Description |
---|
Contact() |
Modifier and Type | Method and Description |
---|---|
Contact |
clone() |
boolean |
equals(Object obj) |
String |
getContactArn()
A unique identifier of a contact in Amazon Connect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
String |
toString()
Returns a string representation of this object.
|
Contact |
withContactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
public void setContactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
contactArn
- A unique identifier of a contact in Amazon Connect.public String getContactArn()
A unique identifier of a contact in Amazon Connect.
public Contact withContactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
contactArn
- A unique identifier of a contact in Amazon Connect.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.