@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecommenderConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRecommenderConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetRecommenderConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRecommenderId()
The unique identifier for the recommender model configuration.
|
int |
hashCode() |
void |
setRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetRecommenderConfigurationRequest |
withRecommenderId(String recommenderId)
The unique identifier for the recommender model configuration.
|
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, withSdkRequestTimeout
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 GetRecommenderConfigurationRequest 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 String toString()
toString
in class Object
Object.toString()
public GetRecommenderConfigurationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.