@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()
The SIP rule information, including the rule ID, triggers, and target applications.
|
int |
hashCode() |
void |
setSipRule(SipRule sipRule)
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)
The SIP rule information, including the rule ID, triggers, and target applications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
sipRule - The SIP rule information, including the rule ID, triggers, and target applications.public SipRule getSipRule()
The SIP rule information, including the rule ID, triggers, and target applications.
public CreateSipRuleResult withSipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
sipRule - The SIP rule information, including the rule ID, triggers, and target applications.public String toString()
toString in class ObjectObject.toString()public CreateSipRuleResult clone()