@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEffectivePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEffectivePolicyResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEffectivePolicyResult |
clone() |
boolean |
equals(Object obj) |
EffectivePolicy |
getEffectivePolicy()
The contents of the effective policy.
|
int |
hashCode() |
void |
setEffectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEffectivePolicyResult |
withEffectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEffectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
effectivePolicy
- The contents of the effective policy.public EffectivePolicy getEffectivePolicy()
The contents of the effective policy.
public DescribeEffectivePolicyResult withEffectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
effectivePolicy
- The contents of the effective policy.public String toString()
toString
in class Object
Object.toString()
public DescribeEffectivePolicyResult clone()