@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteDataProtectionPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()