@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipRuleTargetApplication extends Object implements Serializable, Cloneable, StructuredPojo
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.
Constructor and Description |
---|
SipRuleTargetApplication() |
Modifier and Type | Method and Description |
---|---|
SipRuleTargetApplication |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
The AWS Region of the target application.
|
Integer |
getPriority()
Priority of the SIP media application in the target list.
|
String |
getSipMediaApplicationId()
The SIP media application ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsRegion(String awsRegion)
The AWS Region of the target application.
|
void |
setPriority(Integer priority)
Priority of the SIP media application in the target list.
|
void |
setSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
String |
toString()
Returns a string representation of this object.
|
SipRuleTargetApplication |
withAwsRegion(String awsRegion)
The AWS Region of the target application.
|
SipRuleTargetApplication |
withPriority(Integer priority)
Priority of the SIP media application in the target list.
|
SipRuleTargetApplication |
withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
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 SipRuleTargetApplication withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
sipMediaApplicationId
- The SIP media application ID.public void setPriority(Integer priority)
Priority of the SIP media application in the target list.
priority
- Priority of the SIP media application in the target list.public Integer getPriority()
Priority of the SIP media application in the target list.
public SipRuleTargetApplication withPriority(Integer priority)
Priority of the SIP media application in the target list.
priority
- Priority of the SIP media application in the target list.public void setAwsRegion(String awsRegion)
The AWS Region of the target application.
awsRegion
- The AWS Region of the target application.public String getAwsRegion()
The AWS Region of the target application.
public SipRuleTargetApplication withAwsRegion(String awsRegion)
The AWS Region of the target application.
awsRegion
- The AWS Region of the target application.public String toString()
toString
in class Object
Object.toString()
public SipRuleTargetApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.