@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSafetyRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSafetyRuleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSafetyRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSafetyRuleArn()
The ARN of the safety rule.
|
int |
hashCode() |
void |
setSafetyRuleArn(String safetyRuleArn)
The ARN of the safety rule.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSafetyRuleRequest |
withSafetyRuleArn(String safetyRuleArn)
The ARN of the safety rule.
|
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 setSafetyRuleArn(String safetyRuleArn)
The ARN of the safety rule.
safetyRuleArn
- The ARN of the safety rule.public String getSafetyRuleArn()
The ARN of the safety rule.
public DeleteSafetyRuleRequest withSafetyRuleArn(String safetyRuleArn)
The ARN of the safety rule.
safetyRuleArn
- The ARN of the safety rule.public String toString()
toString
in class Object
Object.toString()
public DeleteSafetyRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()