@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataProtectionPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDataProtectionPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDataProtectionPolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupIdentifier()
The name or ARN of the log group that you want to delete the data protection policy for.
|
int |
hashCode() |
void |
setLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that you want to delete the data protection policy for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataProtectionPolicyRequest |
withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that you want to delete the data protection policy for.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that you want to delete the data protection policy for.
logGroupIdentifier - The name or ARN of the log group that you want to delete the data protection policy for.public String getLogGroupIdentifier()
The name or ARN of the log group that you want to delete the data protection policy for.
public DeleteDataProtectionPolicyRequest withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that you want to delete the data protection policy for.
logGroupIdentifier - The name or ARN of the log group that you want to delete the data protection policy for.public String toString()
toString in class ObjectObject.toString()public DeleteDataProtectionPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.