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