@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredAudienceModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateConfiguredAudienceModelResult() |
Modifier and Type | Method and Description |
---|---|
UpdateConfiguredAudienceModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was updated.
|
int |
hashCode() |
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredAudienceModelResult |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was updated.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that was updated.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was updated.
public UpdateConfiguredAudienceModelResult withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was updated.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateConfiguredAudienceModelResult clone()