@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOutboundVoiceContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartOutboundVoiceContactResult() |
Modifier and Type | Method and Description |
---|---|
StartOutboundVoiceContactResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactId()
The identifier of this contact within the Amazon Connect instance.
|
int |
hashCode() |
void |
setContactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
StartOutboundVoiceContactResult |
withContactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
contactId
- The identifier of this contact within the Amazon Connect instance.public String getContactId()
The identifier of this contact within the Amazon Connect instance.
public StartOutboundVoiceContactResult withContactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
contactId
- The identifier of this contact within the Amazon Connect instance.public String toString()
toString
in class Object
Object.toString()
public StartOutboundVoiceContactResult clone()