@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfiguredAudienceModelPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetConfiguredAudienceModelPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetConfiguredAudienceModelPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
|
int |
hashCode() |
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
|
String |
toString()
Returns a string representation of this object.
|
GetConfiguredAudienceModelPolicyRequest |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
|
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 GetConfiguredAudienceModelPolicyRequest()
public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that you are interested in.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
public GetConfiguredAudienceModelPolicyRequest withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that you are interested in.public String toString()
toString
in class Object
Object.toString()
public GetConfiguredAudienceModelPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()