@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSipMediaApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSipMediaApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSipMediaApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsRegion()
The AWS Region assigned to the SIP media application.
|
List<SipMediaApplicationEndpoint> |
getEndpoints()
List of endpoints (Lambda ARNs) specified for the SIP media application.
|
String |
getName()
The SIP media application's name.
|
List<Tag> |
getTags()
The tags assigned to the SIP media application.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
The AWS Region assigned to the SIP media application.
|
void |
setEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
List of endpoints (Lambda ARNs) specified for the SIP media application.
|
void |
setName(String name)
The SIP media application's name.
|
void |
setTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
|
String |
toString()
Returns a string representation of this object.
|
CreateSipMediaApplicationRequest |
withAwsRegion(String awsRegion)
The AWS Region assigned to the SIP media application.
|
CreateSipMediaApplicationRequest |
withEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
List of endpoints (Lambda ARNs) specified for the SIP media application.
|
CreateSipMediaApplicationRequest |
withEndpoints(SipMediaApplicationEndpoint... endpoints)
List of endpoints (Lambda ARNs) specified for the SIP media application.
|
CreateSipMediaApplicationRequest |
withName(String name)
The SIP media application's name.
|
CreateSipMediaApplicationRequest |
withTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
|
CreateSipMediaApplicationRequest |
withTags(Tag... tags)
The tags assigned to the SIP media application.
|
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 setAwsRegion(String awsRegion)
The AWS Region assigned to the SIP media application.
awsRegion
- The AWS Region assigned to the SIP media application.public String getAwsRegion()
The AWS Region assigned to the SIP media application.
public CreateSipMediaApplicationRequest withAwsRegion(String awsRegion)
The AWS Region assigned to the SIP media application.
awsRegion
- The AWS Region assigned to the SIP media application.public void setName(String name)
The SIP media application's name.
name
- The SIP media application's name.public String getName()
The SIP media application's name.
public CreateSipMediaApplicationRequest withName(String name)
The SIP media application's name.
name
- The SIP media application's name.public List<SipMediaApplicationEndpoint> getEndpoints()
List of endpoints (Lambda ARNs) specified for the SIP media application.
public void setEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
List of endpoints (Lambda ARNs) specified for the SIP media application.
endpoints
- List of endpoints (Lambda ARNs) specified for the SIP media application.public CreateSipMediaApplicationRequest withEndpoints(SipMediaApplicationEndpoint... endpoints)
List of endpoints (Lambda ARNs) specified for the 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
- List of endpoints (Lambda ARNs) specified for the SIP media application.public CreateSipMediaApplicationRequest withEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
List of endpoints (Lambda ARNs) specified for the SIP media application.
endpoints
- List of endpoints (Lambda ARNs) specified for the SIP media application.public List<Tag> getTags()
The tags assigned to the SIP media application.
public void setTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
tags
- The tags assigned to the SIP media application.public CreateSipMediaApplicationRequest withTags(Tag... tags)
The tags assigned to the SIP media application.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags assigned to the SIP media application.public CreateSipMediaApplicationRequest withTags(Collection<Tag> tags)
The tags assigned to the SIP media application.
tags
- The tags assigned to the SIP media application.public String toString()
toString
in class Object
Object.toString()
public CreateSipMediaApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()