@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSipMediaApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSipMediaApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSipMediaApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<SipMediaApplicationEndpoint> |
getEndpoints()
The new set of endpoints for the specified SIP media application.
|
String |
getName()
The new name for the specified SIP media application.
|
String |
getSipMediaApplicationId()
The SIP media application ID.
|
int |
hashCode() |
void |
setEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
The new set of endpoints for the specified SIP media application.
|
void |
setName(String name)
The new name for the specified SIP media application.
|
void |
setSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSipMediaApplicationRequest |
withEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
The new set of endpoints for the specified SIP media application.
|
UpdateSipMediaApplicationRequest |
withEndpoints(SipMediaApplicationEndpoint... endpoints)
The new set of endpoints for the specified SIP media application.
|
UpdateSipMediaApplicationRequest |
withName(String name)
The new name for the specified SIP media application.
|
UpdateSipMediaApplicationRequest |
withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
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 void setSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
sipMediaApplicationId
- The SIP media application ID.public String getSipMediaApplicationId()
The SIP media application ID.
public UpdateSipMediaApplicationRequest withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
sipMediaApplicationId
- The SIP media application ID.public void setName(String name)
The new name for the specified SIP media application.
name
- The new name for the specified SIP media application.public String getName()
The new name for the specified SIP media application.
public UpdateSipMediaApplicationRequest withName(String name)
The new name for the specified SIP media application.
name
- The new name for the specified SIP media application.public List<SipMediaApplicationEndpoint> getEndpoints()
The new set of endpoints for the specified SIP media application.
public void setEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
The new set of endpoints for the specified SIP media application.
endpoints
- The new set of endpoints for the specified SIP media application.public UpdateSipMediaApplicationRequest withEndpoints(SipMediaApplicationEndpoint... endpoints)
The new set of endpoints for the specified SIP media application.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- The new set of endpoints for the specified SIP media application.public UpdateSipMediaApplicationRequest withEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
The new set of endpoints for the specified SIP media application.
endpoints
- The new set of endpoints for the specified SIP media application.public String toString()
toString
in class Object
Object.toString()
public UpdateSipMediaApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()