@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 unique identifier of this contact within your Amazon Connect instance.
|
int |
hashCode() |
void |
setContactId(String contactId)
The unique identifier of this contact within your Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartOutboundVoiceContactResult |
withContactId(String contactId)
The unique identifier of this contact within your Amazon Connect instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactId(String contactId)
The unique identifier of this contact within your Amazon Connect instance.
contactId
- The unique identifier of this contact within your Amazon Connect instance.public String getContactId()
The unique identifier of this contact within your Amazon Connect instance.
public StartOutboundVoiceContactResult withContactId(String contactId)
The unique identifier of this contact within your Amazon Connect instance.
contactId
- The unique identifier of this contact within your Amazon Connect instance.public String toString()
toString
in class Object
Object.toString()
public StartOutboundVoiceContactResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.