@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 |
addSipHeadersEntry(String key,
String value)
Add a single SipHeaders entry
|
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) |
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 |
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 |
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, withSdkRequestTimeout
public CreateSipMediaApplicationCallRequest()
public void setFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from. This is a phone number in your Amazon Chime phone number inventory.
fromPhoneNumber
- The phone number that a user calls from. This is a phone number in your Amazon Chime phone number
inventory.public String getFromPhoneNumber()
The phone number that a user calls from. This is a phone number in your Amazon Chime 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 phone number inventory.
fromPhoneNumber
- The phone number that a user calls from. This is a phone number in your Amazon Chime 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 String toString()
toString
in class Object
Object.toString()
public CreateSipMediaApplicationCallRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()