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