@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSafetyRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSafetyRuleResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSafetyRuleResult |
clone() |
boolean |
equals(Object obj) |
AssertionRule |
getAssertionRule()
The assertion rule updated.
|
GatingRule |
getGatingRule()
The gating rule updated.
|
int |
hashCode() |
void |
setAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
void |
setGatingRule(GatingRule gatingRule)
The gating rule updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSafetyRuleResult |
withAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
UpdateSafetyRuleResult |
withGatingRule(GatingRule gatingRule)
The gating rule updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
assertionRule
- The assertion rule updated.public AssertionRule getAssertionRule()
The assertion rule updated.
public UpdateSafetyRuleResult withAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
assertionRule
- The assertion rule updated.public void setGatingRule(GatingRule gatingRule)
The gating rule updated.
gatingRule
- The gating rule updated.public GatingRule getGatingRule()
The gating rule updated.
public UpdateSafetyRuleResult withGatingRule(GatingRule gatingRule)
The gating rule updated.
gatingRule
- The gating rule updated.public String toString()
toString
in class Object
Object.toString()
public UpdateSafetyRuleResult clone()