@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataProtectionPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDataProtectionPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataProtectionPolicyRequest |
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 contains the data protection policy that you want to see.
|
int |
hashCode() |
void |
setLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.
|
String |
toString()
Returns a string representation of this object.
|
GetDataProtectionPolicyRequest |
withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.
|
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 contains the data protection policy that you want to see.
logGroupIdentifier
- The name or ARN of the log group that contains the data protection policy that you want to see.public String getLogGroupIdentifier()
The name or ARN of the log group that contains the data protection policy that you want to see.
public GetDataProtectionPolicyRequest withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.
logGroupIdentifier
- The name or ARN of the log group that contains the data protection policy that you want to see.public String toString()
toString
in class Object
Object.toString()
public GetDataProtectionPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()