@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSipRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSipRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSipRuleRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDisabled() |
String |
getName() |
String |
getSipRuleId() |
List<SipRuleTargetApplication> |
getTargetApplications() |
int |
hashCode() |
Boolean |
isDisabled() |
void |
setDisabled(Boolean disabled) |
void |
setName(String name) |
void |
setSipRuleId(String sipRuleId) |
void |
setTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
String |
toString()
Returns a string representation of this object.
|
UpdateSipRuleRequest |
withDisabled(Boolean disabled) |
UpdateSipRuleRequest |
withName(String name) |
UpdateSipRuleRequest |
withSipRuleId(String sipRuleId) |
UpdateSipRuleRequest |
withTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
UpdateSipRuleRequest |
withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any).
|
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 setSipRuleId(String sipRuleId)
sipRuleId - public String getSipRuleId()
public UpdateSipRuleRequest withSipRuleId(String sipRuleId)
sipRuleId - public void setName(String name)
name - public String getName()
public UpdateSipRuleRequest withName(String name)
name - public void setDisabled(Boolean disabled)
disabled - public Boolean getDisabled()
public UpdateSipRuleRequest withDisabled(Boolean disabled)
disabled - public Boolean isDisabled()
public List<SipRuleTargetApplication> getTargetApplications()
public void setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
targetApplications - public UpdateSipRuleRequest 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 UpdateSipRuleRequest withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
targetApplications - public String toString()
toString in class ObjectObject.toString()public UpdateSipRuleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.