@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSipRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateSipRuleRequest() |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setName(String name)
name - public String getName()
public CreateSipRuleRequest withName(String name)
name - public void setTriggerType(String triggerType)
triggerType - SipRuleTriggerTypepublic String getTriggerType()
SipRuleTriggerTypepublic CreateSipRuleRequest withTriggerType(String triggerType)
triggerType - SipRuleTriggerTypepublic CreateSipRuleRequest withTriggerType(SipRuleTriggerType triggerType)
triggerType - SipRuleTriggerTypepublic void setTriggerValue(String triggerValue)
triggerValue - public String getTriggerValue()
public CreateSipRuleRequest withTriggerValue(String triggerValue)
triggerValue - public void setDisabled(Boolean disabled)
disabled - public Boolean getDisabled()
public CreateSipRuleRequest withDisabled(Boolean disabled)
disabled - public Boolean isDisabled()
public List<SipRuleTargetApplication> getTargetApplications()
public void setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
targetApplications - public CreateSipRuleRequest withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any). Use
setTargetApplications(java.util.Collection) or withTargetApplications(java.util.Collection) if
you want to override the existing values.
targetApplications - public CreateSipRuleRequest withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
targetApplications - public String toString()
toString in class ObjectObject.toString()public CreateSipRuleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.