@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecommenderConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRecommenderConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRecommenderConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRecommenderId()
The unique identifier for the recommender model configuration.
|
UpdateRecommenderConfiguration |
getUpdateRecommenderConfiguration() |
int |
hashCode() |
void |
setRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration.
|
void |
setUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration) |
String |
toString()
Returns a string representation of this object.
|
UpdateRecommenderConfigurationRequest |
withRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration.
|
UpdateRecommenderConfigurationRequest |
withUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration) |
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 UpdateRecommenderConfigurationRequest()
public void setRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.
recommenderId
- The unique identifier for the recommender model configuration. This identifier is displayed as the
Recommender ID on the Amazon Pinpoint console.public String getRecommenderId()
The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.
public UpdateRecommenderConfigurationRequest withRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.
recommenderId
- The unique identifier for the recommender model configuration. This identifier is displayed as the
Recommender ID on the Amazon Pinpoint console.public void setUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration)
updateRecommenderConfiguration
- public UpdateRecommenderConfiguration getUpdateRecommenderConfiguration()
public UpdateRecommenderConfigurationRequest withUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration)
updateRecommenderConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateRecommenderConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()