@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 |
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.
|
String |
getSipMediaApplicationId()
The ID of the SIP media application.
|
String |
getToPhoneNumber()
The phone number that the user dials in order to connect to a meeting.
|
int |
hashCode() |
void |
setFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from.
|
void |
setSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application.
|
void |
setToPhoneNumber(String toPhoneNumber)
The phone number that the user dials in order to connect to a meeting.
|
String |
toString()
Returns a string representation of this object.
|
CreateSipMediaApplicationCallRequest |
withFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from.
|
CreateSipMediaApplicationCallRequest |
withSipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application.
|
CreateSipMediaApplicationCallRequest |
withToPhoneNumber(String toPhoneNumber)
The phone number that the user dials in order to connect to a meeting.
|
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.
fromPhoneNumber
- The phone number that a user calls from.public String getFromPhoneNumber()
The phone number that a user calls from.
public CreateSipMediaApplicationCallRequest withFromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from.
fromPhoneNumber
- The phone number that a user calls from.public void setToPhoneNumber(String toPhoneNumber)
The phone number that the user dials in order to connect to a meeting.
toPhoneNumber
- The phone number that the user dials in order to connect to a meeting.public String getToPhoneNumber()
The phone number that the user dials in order to connect to a meeting.
public CreateSipMediaApplicationCallRequest withToPhoneNumber(String toPhoneNumber)
The phone number that the user dials in order to connect to a meeting.
toPhoneNumber
- The phone number that the user dials in order to connect to a meeting.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 String toString()
toString
in class Object
Object.toString()
public CreateSipMediaApplicationCallRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()