@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredAudienceModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfiguredAudienceModelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfiguredAudienceModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAudienceModelArn()
The Amazon Resource Name (ARN) of the new audience model that you want to use.
|
AudienceSizeConfig |
getAudienceSizeConfig()
The new audience size configuration.
|
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
|
String |
getDescription()
The new description of the configured audience model.
|
Integer |
getMinMatchingSeedSize()
The minimum number of users from the seed audience that must match with users in the training data of the
audience model.
|
ConfiguredAudienceModelOutputConfig |
getOutputConfig()
The new output configuration.
|
List<String> |
getSharedAudienceMetrics()
The new value for whether to share audience metrics.
|
int |
hashCode() |
void |
setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the new audience model that you want to use.
|
void |
setAudienceSizeConfig(AudienceSizeConfig audienceSizeConfig)
The new audience size configuration.
|
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
|
void |
setDescription(String description)
The new description of the configured audience model.
|
void |
setMinMatchingSeedSize(Integer minMatchingSeedSize)
The minimum number of users from the seed audience that must match with users in the training data of the
audience model.
|
void |
setOutputConfig(ConfiguredAudienceModelOutputConfig outputConfig)
The new output configuration.
|
void |
setSharedAudienceMetrics(Collection<String> sharedAudienceMetrics)
The new value for whether to share audience metrics.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredAudienceModelRequest |
withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the new audience model that you want to use.
|
UpdateConfiguredAudienceModelRequest |
withAudienceSizeConfig(AudienceSizeConfig audienceSizeConfig)
The new audience size configuration.
|
UpdateConfiguredAudienceModelRequest |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
|
UpdateConfiguredAudienceModelRequest |
withDescription(String description)
The new description of the configured audience model.
|
UpdateConfiguredAudienceModelRequest |
withMinMatchingSeedSize(Integer minMatchingSeedSize)
The minimum number of users from the seed audience that must match with users in the training data of the
audience model.
|
UpdateConfiguredAudienceModelRequest |
withOutputConfig(ConfiguredAudienceModelOutputConfig outputConfig)
The new output configuration.
|
UpdateConfiguredAudienceModelRequest |
withSharedAudienceMetrics(Collection<String> sharedAudienceMetrics)
The new value for whether to share audience metrics.
|
UpdateConfiguredAudienceModelRequest |
withSharedAudienceMetrics(SharedAudienceMetrics... sharedAudienceMetrics)
The new value for whether to share audience metrics.
|
UpdateConfiguredAudienceModelRequest |
withSharedAudienceMetrics(String... sharedAudienceMetrics)
The new value for whether to share audience metrics.
|
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 UpdateConfiguredAudienceModelRequest()
public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that you want to update.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
public UpdateConfiguredAudienceModelRequest withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that you want to update.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that you want to update.public void setOutputConfig(ConfiguredAudienceModelOutputConfig outputConfig)
The new output configuration.
outputConfig
- The new output configuration.public ConfiguredAudienceModelOutputConfig getOutputConfig()
The new output configuration.
public UpdateConfiguredAudienceModelRequest withOutputConfig(ConfiguredAudienceModelOutputConfig outputConfig)
The new output configuration.
outputConfig
- The new output configuration.public void setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the new audience model that you want to use.
audienceModelArn
- The Amazon Resource Name (ARN) of the new audience model that you want to use.public String getAudienceModelArn()
The Amazon Resource Name (ARN) of the new audience model that you want to use.
public UpdateConfiguredAudienceModelRequest withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the new audience model that you want to use.
audienceModelArn
- The Amazon Resource Name (ARN) of the new audience model that you want to use.public List<String> getSharedAudienceMetrics()
The new value for whether to share audience metrics.
SharedAudienceMetrics
public void setSharedAudienceMetrics(Collection<String> sharedAudienceMetrics)
The new value for whether to share audience metrics.
sharedAudienceMetrics
- The new value for whether to share audience metrics.SharedAudienceMetrics
public UpdateConfiguredAudienceModelRequest withSharedAudienceMetrics(String... sharedAudienceMetrics)
The new value for whether to share audience metrics.
NOTE: This method appends the values to the existing list (if any). Use
setSharedAudienceMetrics(java.util.Collection)
or
withSharedAudienceMetrics(java.util.Collection)
if you want to override the existing values.
sharedAudienceMetrics
- The new value for whether to share audience metrics.SharedAudienceMetrics
public UpdateConfiguredAudienceModelRequest withSharedAudienceMetrics(Collection<String> sharedAudienceMetrics)
The new value for whether to share audience metrics.
sharedAudienceMetrics
- The new value for whether to share audience metrics.SharedAudienceMetrics
public UpdateConfiguredAudienceModelRequest withSharedAudienceMetrics(SharedAudienceMetrics... sharedAudienceMetrics)
The new value for whether to share audience metrics.
sharedAudienceMetrics
- The new value for whether to share audience metrics.SharedAudienceMetrics
public void setMinMatchingSeedSize(Integer minMatchingSeedSize)
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
minMatchingSeedSize
- The minimum number of users from the seed audience that must match with users in the training data of the
audience model.public Integer getMinMatchingSeedSize()
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
public UpdateConfiguredAudienceModelRequest withMinMatchingSeedSize(Integer minMatchingSeedSize)
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
minMatchingSeedSize
- The minimum number of users from the seed audience that must match with users in the training data of the
audience model.public void setAudienceSizeConfig(AudienceSizeConfig audienceSizeConfig)
The new audience size configuration.
audienceSizeConfig
- The new audience size configuration.public AudienceSizeConfig getAudienceSizeConfig()
The new audience size configuration.
public UpdateConfiguredAudienceModelRequest withAudienceSizeConfig(AudienceSizeConfig audienceSizeConfig)
The new audience size configuration.
audienceSizeConfig
- The new audience size configuration.public void setDescription(String description)
The new description of the configured audience model.
description
- The new description of the configured audience model.public String getDescription()
The new description of the configured audience model.
public UpdateConfiguredAudienceModelRequest withDescription(String description)
The new description of the configured audience model.
description
- The new description of the configured audience model.public String toString()
toString
in class Object
Object.toString()
public UpdateConfiguredAudienceModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()