@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSafetyRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A rule that you add to Application Recovery Controller to ensure that recovery actions don't accidentally impair your application's availability.
NOOP
Constructor and Description |
---|
UpdateSafetyRuleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSafetyRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AssertionRuleUpdate |
getAssertionRuleUpdate()
The assertion rule to update.
|
GatingRuleUpdate |
getGatingRuleUpdate()
The gating rule to update.
|
int |
hashCode() |
void |
setAssertionRuleUpdate(AssertionRuleUpdate assertionRuleUpdate)
The assertion rule to update.
|
void |
setGatingRuleUpdate(GatingRuleUpdate gatingRuleUpdate)
The gating rule to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSafetyRuleRequest |
withAssertionRuleUpdate(AssertionRuleUpdate assertionRuleUpdate)
The assertion rule to update.
|
UpdateSafetyRuleRequest |
withGatingRuleUpdate(GatingRuleUpdate gatingRuleUpdate)
The gating rule to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssertionRuleUpdate(AssertionRuleUpdate assertionRuleUpdate)
The assertion rule to update.
assertionRuleUpdate
- The assertion rule to update.public AssertionRuleUpdate getAssertionRuleUpdate()
The assertion rule to update.
public UpdateSafetyRuleRequest withAssertionRuleUpdate(AssertionRuleUpdate assertionRuleUpdate)
The assertion rule to update.
assertionRuleUpdate
- The assertion rule to update.public void setGatingRuleUpdate(GatingRuleUpdate gatingRuleUpdate)
The gating rule to update.
gatingRuleUpdate
- The gating rule to update.public GatingRuleUpdate getGatingRuleUpdate()
The gating rule to update.
public UpdateSafetyRuleRequest withGatingRuleUpdate(GatingRuleUpdate gatingRuleUpdate)
The gating rule to update.
gatingRuleUpdate
- The gating rule to update.public String toString()
toString
in class Object
Object.toString()
public UpdateSafetyRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()