@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfiguredAudienceModelPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutConfiguredAudienceModelPolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutConfiguredAudienceModelPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguredAudienceModelPolicy()
The IAM resource policy.
|
String |
getPolicyHash()
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the
policy.
|
int |
hashCode() |
void |
setConfiguredAudienceModelPolicy(String configuredAudienceModelPolicy)
The IAM resource policy.
|
void |
setPolicyHash(String policyHash)
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the
policy.
|
String |
toString()
Returns a string representation of this object.
|
PutConfiguredAudienceModelPolicyResult |
withConfiguredAudienceModelPolicy(String configuredAudienceModelPolicy)
The IAM resource policy.
|
PutConfiguredAudienceModelPolicyResult |
withPolicyHash(String policyHash)
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the
policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public PutConfiguredAudienceModelPolicyResult()
public void setConfiguredAudienceModelPolicy(String configuredAudienceModelPolicy)
The IAM resource policy.
configuredAudienceModelPolicy
- The IAM resource policy.public String getConfiguredAudienceModelPolicy()
The IAM resource policy.
public PutConfiguredAudienceModelPolicyResult withConfiguredAudienceModelPolicy(String configuredAudienceModelPolicy)
The IAM resource policy.
configuredAudienceModelPolicy
- The IAM resource policy.public void setPolicyHash(String policyHash)
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
policyHash
- A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of
the policy.public String getPolicyHash()
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
public PutConfiguredAudienceModelPolicyResult withPolicyHash(String policyHash)
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
policyHash
- A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of
the policy.public String toString()
toString
in class Object
Object.toString()
public PutConfiguredAudienceModelPolicyResult clone()