@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAudienceModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetAudienceModelRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAudienceModelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAudienceModelArn()
The Amazon Resource Name (ARN) of the audience model that you are interested in.
|
int |
hashCode() |
void |
setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model that you are interested in.
|
String |
toString()
Returns a string representation of this object.
|
GetAudienceModelRequest |
withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model that you are interested in.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model that you are interested in.
audienceModelArn - The Amazon Resource Name (ARN) of the audience model that you are interested in.public String getAudienceModelArn()
The Amazon Resource Name (ARN) of the audience model that you are interested in.
public GetAudienceModelRequest withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model that you are interested in.
audienceModelArn - The Amazon Resource Name (ARN) of the audience model that you are interested in.public String toString()
toString in class ObjectObject.toString()public GetAudienceModelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.