@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSipMediaApplicationCallRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateSipMediaApplicationCallRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateSipMediaApplicationCallRequest | addArgumentsMapEntry(String key,
                    String value)Add a single ArgumentsMap entry | 
| CreateSipMediaApplicationCallRequest | addSipHeadersEntry(String key,
                  String value)Add a single SipHeaders entry | 
| CreateSipMediaApplicationCallRequest | clearArgumentsMapEntries()Removes all the entries added into ArgumentsMap. | 
| CreateSipMediaApplicationCallRequest | clearSipHeadersEntries()Removes all the entries added into SipHeaders. | 
| CreateSipMediaApplicationCallRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Map<String,String> | getArgumentsMap()
 Context passed to a CreateSipMediaApplication API call. | 
| String | getFromPhoneNumber()
 The phone number that a user calls from. | 
| Map<String,String> | getSipHeaders()
 The SIP headers added to an outbound call leg. | 
| String | getSipMediaApplicationId()
 The ID of the SIP media application. | 
| String | getToPhoneNumber()
 The phone number that the service should call. | 
| int | hashCode() | 
| void | setArgumentsMap(Map<String,String> argumentsMap)
 Context passed to a CreateSipMediaApplication API call. | 
| void | setFromPhoneNumber(String fromPhoneNumber)
 The phone number that a user calls from. | 
| void | setSipHeaders(Map<String,String> sipHeaders)
 The SIP headers added to an outbound call leg. | 
| void | setSipMediaApplicationId(String sipMediaApplicationId)
 The ID of the SIP media application. | 
| void | setToPhoneNumber(String toPhoneNumber)
 The phone number that the service should call. | 
| String | toString()Returns a string representation of this object. | 
| CreateSipMediaApplicationCallRequest | withArgumentsMap(Map<String,String> argumentsMap)
 Context passed to a CreateSipMediaApplication API call. | 
| CreateSipMediaApplicationCallRequest | withFromPhoneNumber(String fromPhoneNumber)
 The phone number that a user calls from. | 
| CreateSipMediaApplicationCallRequest | withSipHeaders(Map<String,String> sipHeaders)
 The SIP headers added to an outbound call leg. | 
| CreateSipMediaApplicationCallRequest | withSipMediaApplicationId(String sipMediaApplicationId)
 The ID of the SIP media application. | 
| CreateSipMediaApplicationCallRequest | withToPhoneNumber(String toPhoneNumber)
 The phone number that the service should call. | 
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, withSdkRequestTimeoutpublic CreateSipMediaApplicationCallRequest()
public void setFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.
fromPhoneNumber - The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number
        inventory.public String getFromPhoneNumber()
The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.
public CreateSipMediaApplicationCallRequest withFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.
fromPhoneNumber - The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number
        inventory.public void setToPhoneNumber(String toPhoneNumber)
The phone number that the service should call.
toPhoneNumber - The phone number that the service should call.public String getToPhoneNumber()
The phone number that the service should call.
public CreateSipMediaApplicationCallRequest withToPhoneNumber(String toPhoneNumber)
The phone number that the service should call.
toPhoneNumber - The phone number that the service should call.public void setSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application.
sipMediaApplicationId - The ID of the SIP media application.public String getSipMediaApplicationId()
The ID of the SIP media application.
public CreateSipMediaApplicationCallRequest withSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application.
sipMediaApplicationId - The ID of the SIP media application.public Map<String,String> getSipHeaders()
The SIP headers added to an outbound call leg.
public void setSipHeaders(Map<String,String> sipHeaders)
The SIP headers added to an outbound call leg.
sipHeaders - The SIP headers added to an outbound call leg.public CreateSipMediaApplicationCallRequest withSipHeaders(Map<String,String> sipHeaders)
The SIP headers added to an outbound call leg.
sipHeaders - The SIP headers added to an outbound call leg.public CreateSipMediaApplicationCallRequest addSipHeadersEntry(String key, String value)
public CreateSipMediaApplicationCallRequest clearSipHeadersEntries()
public Map<String,String> getArgumentsMap()
 Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as:
 "FirstName": "John", "LastName": "Doe"
 
"FirstName": "John", "LastName": "Doe"public void setArgumentsMap(Map<String,String> argumentsMap)
 Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as:
 "FirstName": "John", "LastName": "Doe"
 
argumentsMap - Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such
        as: "FirstName": "John", "LastName": "Doe"public CreateSipMediaApplicationCallRequest withArgumentsMap(Map<String,String> argumentsMap)
 Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as:
 "FirstName": "John", "LastName": "Doe"
 
argumentsMap - Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such
        as: "FirstName": "John", "LastName": "Doe"public CreateSipMediaApplicationCallRequest addArgumentsMapEntry(String key, String value)
public CreateSipMediaApplicationCallRequest clearArgumentsMapEntries()
public String toString()
toString in class ObjectObject.toString()public CreateSipMediaApplicationCallRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()