@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRecommenderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRecommenderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRecommenderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
|
String |
getName()
The name of the recommender.
|
String |
getRecipeArn()
The Amazon Resource Name (ARN) of the recipe that the recommender will use.
|
RecommenderConfig |
getRecommenderConfig()
The configuration details of the recommender.
|
List<Tag> |
getTags()
A list of tags to apply to
the recommender.
|
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
|
void |
setName(String name)
The name of the recommender.
|
void |
setRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe that the recommender will use.
|
void |
setRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender.
|
void |
setTags(Collection<Tag> tags)
A list of tags to apply to
the recommender.
|
String |
toString()
Returns a string representation of this object.
|
CreateRecommenderRequest |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
|
CreateRecommenderRequest |
withName(String name)
The name of the recommender.
|
CreateRecommenderRequest |
withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe that the recommender will use.
|
CreateRecommenderRequest |
withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender.
|
CreateRecommenderRequest |
withTags(Collection<Tag> tags)
A list of tags to apply to
the recommender.
|
CreateRecommenderRequest |
withTags(Tag... tags)
A list of tags to apply to
the recommender.
|
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 void setName(String name)
The name of the recommender.
name
- The name of the recommender.public String getName()
The name of the recommender.
public CreateRecommenderRequest withName(String name)
The name of the recommender.
name
- The name of the recommender.public void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
datasetGroupArn
- The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
public CreateRecommenderRequest withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
datasetGroupArn
- The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.public void setRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases.
recipeArn
- The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is
a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender.
For information about use cases see Choosing recommender use
cases.public String getRecipeArn()
The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases.
public CreateRecommenderRequest withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases.
recipeArn
- The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is
a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender.
For information about use cases see Choosing recommender use
cases.public void setRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender.
recommenderConfig
- The configuration details of the recommender.public RecommenderConfig getRecommenderConfig()
The configuration details of the recommender.
public CreateRecommenderRequest withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender.
recommenderConfig
- The configuration details of the recommender.public List<Tag> getTags()
A list of tags to apply to the recommender.
public void setTags(Collection<Tag> tags)
A list of tags to apply to the recommender.
tags
- A list of tags to
apply to the recommender.public CreateRecommenderRequest withTags(Tag... tags)
A list of tags to apply to the recommender.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags to
apply to the recommender.public CreateRecommenderRequest withTags(Collection<Tag> tags)
A list of tags to apply to the recommender.
tags
- A list of tags to
apply to the recommender.public String toString()
toString
in class Object
Object.toString()
public CreateRecommenderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()