@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComplianceDetailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetComplianceDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
GetComplianceDetailResult |
clone() |
boolean |
equals(Object obj) |
PolicyComplianceDetail |
getPolicyComplianceDetail()
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
int |
hashCode() |
void |
setPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
String |
toString()
Returns a string representation of this object.
|
GetComplianceDetailResult |
withPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the
GetComplianceDetail
request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
policyComplianceDetail - Information about the resources and the policy that you specified in the GetComplianceDetail
request.public PolicyComplianceDetail getPolicyComplianceDetail()
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
GetComplianceDetail
request.public GetComplianceDetailResult withPolicyComplianceDetail(PolicyComplianceDetail policyComplianceDetail)
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
policyComplianceDetail - Information about the resources and the policy that you specified in the GetComplianceDetail
request.public String toString()
toString in class ObjectObject.toString()public GetComplianceDetailResult clone()