@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCampaignRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateCampaignRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCampaignRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| 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 | getName()
 A name for the new campaign. | 
| String | getSolutionVersionArn()
 The Amazon Resource Name (ARN) of the solution version to deploy. | 
| int | hashCode() | 
| 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 | setName(String name)
 A name for the new campaign. | 
| void | setSolutionVersionArn(String solutionVersionArn)
 The Amazon Resource Name (ARN) of the solution version to deploy. | 
| String | toString()Returns a string representation of this object. | 
| CreateCampaignRequest | withCampaignConfig(CampaignConfig campaignConfig)
 The configuration details of a campaign. | 
| CreateCampaignRequest | withMinProvisionedTPS(Integer minProvisionedTPS)
 Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
 will support. | 
| CreateCampaignRequest | withName(String name)
 A name for the new campaign. | 
| CreateCampaignRequest | withSolutionVersionArn(String solutionVersionArn)
 The Amazon Resource Name (ARN) of the solution version to deploy. | 
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, withSdkRequestTimeoutpublic void setName(String name)
A name for the new campaign. The campaign name must be unique within your account.
name - A name for the new campaign. The campaign name must be unique within your account.public String getName()
A name for the new campaign. The campaign name must be unique within your account.
public CreateCampaignRequest withName(String name)
A name for the new campaign. The campaign name must be unique within your account.
name - A name for the new campaign. The campaign name must be unique within your account.public void setSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version to deploy.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version to deploy.public String getSolutionVersionArn()
The Amazon Resource Name (ARN) of the solution version to deploy.
public CreateCampaignRequest withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version to deploy.
solutionVersionArn - The Amazon Resource Name (ARN) of the 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 CreateCampaignRequest 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 CreateCampaignRequest 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 CreateCampaignRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()