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