/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.chimesdkvoice.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class UpdateSipMediaApplicationCallRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The ID of the SIP media application handling the call. *
*/ private String sipMediaApplicationId; /** ** The ID of the call transaction. *
*/ private String transactionId; /** *
* Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED
event. Can
* contain 0-20 key-value pairs.
*
* The ID of the SIP media application handling the call. *
* * @param sipMediaApplicationId * The ID of the SIP media application handling the call. */ public void setSipMediaApplicationId(String sipMediaApplicationId) { this.sipMediaApplicationId = sipMediaApplicationId; } /** ** The ID of the SIP media application handling the call. *
* * @return The ID of the SIP media application handling the call. */ public String getSipMediaApplicationId() { return this.sipMediaApplicationId; } /** ** The ID of the SIP media application handling the call. *
* * @param sipMediaApplicationId * The ID of the SIP media application handling the call. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateSipMediaApplicationCallRequest withSipMediaApplicationId(String sipMediaApplicationId) { setSipMediaApplicationId(sipMediaApplicationId); return this; } /** ** The ID of the call transaction. *
* * @param transactionId * The ID of the call transaction. */ public void setTransactionId(String transactionId) { this.transactionId = transactionId; } /** ** The ID of the call transaction. *
* * @return The ID of the call transaction. */ public String getTransactionId() { return this.transactionId; } /** ** The ID of the call transaction. *
* * @param transactionId * The ID of the call transaction. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateSipMediaApplicationCallRequest withTransactionId(String transactionId) { setTransactionId(transactionId); return this; } /** *
* 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 java.util.Map
* 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(java.util.Map
* 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.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public UpdateSipMediaApplicationCallRequest withArguments(java.util.Map