@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipRuleTargetApplication extends Object implements Serializable, Cloneable, StructuredPojo
Target SIP media application along with other details like 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()
AWS Region of 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)
AWS Region of 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)
AWS Region of 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)
AWS Region of target application.
awsRegion
- AWS Region of target application.public String getAwsRegion()
AWS Region of target application.
public SipRuleTargetApplication withAwsRegion(String awsRegion)
AWS Region of target application.
awsRegion
- AWS Region of 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.