@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComplianceDetailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetComplianceDetailRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetComplianceDetailRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMemberAccount()
The AWS account that owns the resources that you want to get the details for.
|
String |
getPolicyId()
The ID of the policy that you want to get the details for.
|
int |
hashCode() |
void |
setMemberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
|
void |
setPolicyId(String policyId)
The ID of the policy that you want to get the details for.
|
String |
toString()
Returns a string representation of this object.
|
GetComplianceDetailRequest |
withMemberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
|
GetComplianceDetailRequest |
withPolicyId(String policyId)
The ID of the policy that you want to get the details 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 setPolicyId(String policyId)
The ID of the policy that you want to get the details for. PolicyId is returned by
PutPolicy and by ListPolicies.
policyId - The ID of the policy that you want to get the details for. PolicyId is returned by
PutPolicy and by ListPolicies.public String getPolicyId()
The ID of the policy that you want to get the details for. PolicyId is returned by
PutPolicy and by ListPolicies.
PolicyId is returned by
PutPolicy and by ListPolicies.public GetComplianceDetailRequest withPolicyId(String policyId)
The ID of the policy that you want to get the details for. PolicyId is returned by
PutPolicy and by ListPolicies.
policyId - The ID of the policy that you want to get the details for. PolicyId is returned by
PutPolicy and by ListPolicies.public void setMemberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
memberAccount - The AWS account that owns the resources that you want to get the details for.public String getMemberAccount()
The AWS account that owns the resources that you want to get the details for.
public GetComplianceDetailRequest withMemberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
memberAccount - The AWS account that owns the resources that you want to get the details for.public String toString()
toString in class ObjectObject.toString()public GetComplianceDetailRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.