public class UpdateVoiceChannelRequest extends AmazonWebServiceRequest implements java.io.Serializable
| Constructor and Description | 
|---|
| UpdateVoiceChannelRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getApplicationId()The unique ID of your Amazon Pinpoint application. | 
| VoiceChannelRequest | getVoiceChannelRequest()Voice Channel Request | 
| int | hashCode() | 
| void | setApplicationId(java.lang.String applicationId)The unique ID of your Amazon Pinpoint application. | 
| void | setVoiceChannelRequest(VoiceChannelRequest voiceChannelRequest)Voice Channel Request | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateVoiceChannelRequest | withApplicationId(java.lang.String applicationId)The unique ID of your Amazon Pinpoint application. | 
| UpdateVoiceChannelRequest | withVoiceChannelRequest(VoiceChannelRequest voiceChannelRequest)Voice Channel Request | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public UpdateVoiceChannelRequest withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId - The unique ID of your Amazon Pinpoint application.public VoiceChannelRequest getVoiceChannelRequest()
public void setVoiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
voiceChannelRequest - Voice Channel Requestpublic UpdateVoiceChannelRequest withVoiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
Returns a reference to this object so that method calls can be chained together.
voiceChannelRequest - Voice Channel Requestpublic 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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.