@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCampaignRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateCampaignRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCampaignRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCampaignArn()
The Amazon Resource Name (ARN) of the campaign.
|
CampaignConfig |
getCampaignConfig()
The configuration details of a campaign.
|
Integer |
getMinProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
String |
getSolutionVersionArn()
The ARN of a new solution version to deploy.
|
int |
hashCode() |
void |
setCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
void |
setCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
void |
setMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
void |
setSolutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCampaignRequest |
withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
UpdateCampaignRequest |
withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
UpdateCampaignRequest |
withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
UpdateCampaignRequest |
withSolutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
|
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, withSdkRequestTimeoutpublic void setCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn - The Amazon Resource Name (ARN) of the campaign.public String getCampaignArn()
The Amazon Resource Name (ARN) of the campaign.
public UpdateCampaignRequest withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn - The Amazon Resource Name (ARN) of the campaign.public void setSolutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
solutionVersionArn - The ARN of a new solution version to deploy.public String getSolutionVersionArn()
The ARN of a new solution version to deploy.
public UpdateCampaignRequest withSolutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
solutionVersionArn - The ARN of a new solution version to deploy.public void setMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support.public Integer getMinProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
public UpdateCampaignRequest withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support.public void setCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
campaignConfig - The configuration details of a campaign.public CampaignConfig getCampaignConfig()
The configuration details of a campaign.
public UpdateCampaignRequest withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
campaignConfig - The configuration details of a campaign.public String toString()
toString in class ObjectObject.toString()public UpdateCampaignRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.