@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetComplianceDetailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.