@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()
The updated SIP rule details.
|
int |
hashCode() |
void |
setSipRule(SipRule sipRule)
The updated SIP rule details.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSipRuleResult |
withSipRule(SipRule sipRule)
The updated SIP rule details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSipRule(SipRule sipRule)
The updated SIP rule details.
sipRule
- The updated SIP rule details.public SipRule getSipRule()
The updated SIP rule details.
public UpdateSipRuleResult withSipRule(SipRule sipRule)
The updated SIP rule details.
sipRule
- The updated SIP rule details.public String toString()
toString
in class Object
Object.toString()
public UpdateSipRuleResult clone()