@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendAlexaOfferToMasterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendAlexaOfferToMasterRequest() |
Modifier and Type | Method and Description |
---|---|
SendAlexaOfferToMasterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the signaling channel by which Alexa and the master peer communicate.
|
String |
getMessagePayload()
The base64-encoded SDP offer content.
|
String |
getSenderClientId()
The unique identifier for the sender client.
|
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the signaling channel by which Alexa and the master peer communicate.
|
void |
setMessagePayload(String messagePayload)
The base64-encoded SDP offer content.
|
void |
setSenderClientId(String senderClientId)
The unique identifier for the sender client.
|
String |
toString()
Returns a string representation of this object.
|
SendAlexaOfferToMasterRequest |
withChannelARN(String channelARN)
The ARN of the signaling channel by which Alexa and the master peer communicate.
|
SendAlexaOfferToMasterRequest |
withMessagePayload(String messagePayload)
The base64-encoded SDP offer content.
|
SendAlexaOfferToMasterRequest |
withSenderClientId(String senderClientId)
The unique identifier for the sender client.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setChannelARN(String channelARN)
The ARN of the signaling channel by which Alexa and the master peer communicate.
channelARN
- The ARN of the signaling channel by which Alexa and the master peer communicate.public String getChannelARN()
The ARN of the signaling channel by which Alexa and the master peer communicate.
public SendAlexaOfferToMasterRequest withChannelARN(String channelARN)
The ARN of the signaling channel by which Alexa and the master peer communicate.
channelARN
- The ARN of the signaling channel by which Alexa and the master peer communicate.public void setSenderClientId(String senderClientId)
The unique identifier for the sender client.
senderClientId
- The unique identifier for the sender client.public String getSenderClientId()
The unique identifier for the sender client.
public SendAlexaOfferToMasterRequest withSenderClientId(String senderClientId)
The unique identifier for the sender client.
senderClientId
- The unique identifier for the sender client.public void setMessagePayload(String messagePayload)
The base64-encoded SDP offer content.
messagePayload
- The base64-encoded SDP offer content.public String getMessagePayload()
The base64-encoded SDP offer content.
public SendAlexaOfferToMasterRequest withMessagePayload(String messagePayload)
The base64-encoded SDP offer content.
messagePayload
- The base64-encoded SDP offer content.public String toString()
toString
in class Object
Object.toString()
public SendAlexaOfferToMasterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()