@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSipRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateSipRuleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateSipRuleResult | clone() | 
| boolean | equals(Object obj) | 
| SipRule | getSipRule()
 Updated SIP rule details. | 
| int | hashCode() | 
| void | setSipRule(SipRule sipRule)
 Updated SIP rule details. | 
| String | toString()Returns a string representation of this object. | 
| UpdateSipRuleResult | withSipRule(SipRule sipRule)
 Updated SIP rule details. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSipRule(SipRule sipRule)
Updated SIP rule details.
sipRule - Updated SIP rule details.public SipRule getSipRule()
Updated SIP rule details.
public UpdateSipRuleResult withSipRule(SipRule sipRule)
Updated SIP rule details.
sipRule - Updated SIP rule details.public String toString()
toString in class ObjectObject.toString()public UpdateSipRuleResult clone()