@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSipMediaApplicationCallRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSipMediaApplicationCallRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSipMediaApplicationCallRequest |
addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
UpdateSipMediaApplicationCallRequest |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
UpdateSipMediaApplicationCallRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getArguments()
Arguments made available to the Lambda function as part of the
CALL_UPDATE_REQUESTED event. |
String |
getSipMediaApplicationId()
The ID of the SIP media application handling the call.
|
String |
getTransactionId()
The ID of the call transaction.
|
int |
hashCode() |
void |
setArguments(Map<String,String> arguments)
Arguments made available to the Lambda function as part of the
CALL_UPDATE_REQUESTED event. |
void |
setSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application handling the call.
|
void |
setTransactionId(String transactionId)
The ID of the call transaction.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSipMediaApplicationCallRequest |
withArguments(Map<String,String> arguments)
Arguments made available to the Lambda function as part of the
CALL_UPDATE_REQUESTED event. |
UpdateSipMediaApplicationCallRequest |
withSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application handling the call.
|
UpdateSipMediaApplicationCallRequest |
withTransactionId(String transactionId)
The ID of the call transaction.
|
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 UpdateSipMediaApplicationCallRequest()
public void setSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application handling the call.
sipMediaApplicationId
- The ID of the SIP media application handling the call.public String getSipMediaApplicationId()
The ID of the SIP media application handling the call.
public UpdateSipMediaApplicationCallRequest withSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application handling the call.
sipMediaApplicationId
- The ID of the SIP media application handling the call.public void setTransactionId(String transactionId)
The ID of the call transaction.
transactionId
- The ID of the call transaction.public String getTransactionId()
The ID of the call transaction.
public UpdateSipMediaApplicationCallRequest withTransactionId(String transactionId)
The ID of the call transaction.
transactionId
- The ID of the call transaction.public Map<String,String> getArguments()
Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event. Can
contain 0-20 key-value pairs.
CALL_UPDATE_REQUESTED
event.
Can contain 0-20 key-value pairs.public void setArguments(Map<String,String> arguments)
Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event. Can
contain 0-20 key-value pairs.
arguments
- Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event.
Can contain 0-20 key-value pairs.public UpdateSipMediaApplicationCallRequest withArguments(Map<String,String> arguments)
Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event. Can
contain 0-20 key-value pairs.
arguments
- Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event.
Can contain 0-20 key-value pairs.public UpdateSipMediaApplicationCallRequest addArgumentsEntry(String key, String value)
public UpdateSipMediaApplicationCallRequest clearArgumentsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateSipMediaApplicationCallRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()