@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServicePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServicePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServicePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentType()
The deployment type.
|
String |
getServiceName()
The name of the service to that the pipeline is associated with.
|
String |
getSpec()
The spec for the service pipeline to update.
|
String |
getTemplateMajorVersion()
The major version of the service template that was used to create the service that the pipeline is associated
with.
|
String |
getTemplateMinorVersion()
The minor version of the service template that was used to create the service that the pipeline is associated
with.
|
int |
hashCode() |
void |
setDeploymentType(String deploymentType)
The deployment type.
|
void |
setServiceName(String serviceName)
The name of the service to that the pipeline is associated with.
|
void |
setSpec(String spec)
The spec for the service pipeline to update.
|
void |
setTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service that the pipeline is associated
with.
|
void |
setTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service that the pipeline is associated
with.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServicePipelineRequest |
withDeploymentType(DeploymentUpdateType deploymentType)
The deployment type.
|
UpdateServicePipelineRequest |
withDeploymentType(String deploymentType)
The deployment type.
|
UpdateServicePipelineRequest |
withServiceName(String serviceName)
The name of the service to that the pipeline is associated with.
|
UpdateServicePipelineRequest |
withSpec(String spec)
The spec for the service pipeline to update.
|
UpdateServicePipelineRequest |
withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service that the pipeline is associated
with.
|
UpdateServicePipelineRequest |
withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service that the pipeline is associated
with.
|
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 void setDeploymentType(String deploymentType)
The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
deploymentType
- The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the
mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only
requested parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
DeploymentUpdateType
public String getDeploymentType()
The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
There are four modes for updating a service pipeline. The deploymentType
field defines the
mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only
requested parameters are updated. Don’t include major or minor version parameters when you use
this deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
DeploymentUpdateType
public UpdateServicePipelineRequest withDeploymentType(String deploymentType)
The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
deploymentType
- The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the
mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only
requested parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
DeploymentUpdateType
public UpdateServicePipelineRequest withDeploymentType(DeploymentUpdateType deploymentType)
The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
deploymentType
- The deployment type.
There are four modes for updating a service pipeline. The deploymentType
field defines the
mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only
requested parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
DeploymentUpdateType
public void setServiceName(String serviceName)
The name of the service to that the pipeline is associated with.
serviceName
- The name of the service to that the pipeline is associated with.public String getServiceName()
The name of the service to that the pipeline is associated with.
public UpdateServicePipelineRequest withServiceName(String serviceName)
The name of the service to that the pipeline is associated with.
serviceName
- The name of the service to that the pipeline is associated with.public void setSpec(String spec)
The spec for the service pipeline to update.
spec
- The spec for the service pipeline to update.public String getSpec()
The spec for the service pipeline to update.
public UpdateServicePipelineRequest withSpec(String spec)
The spec for the service pipeline to update.
spec
- The spec for the service pipeline to update.public void setTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service that the pipeline is associated with.
templateMajorVersion
- The major version of the service template that was used to create the service that the pipeline is
associated with.public String getTemplateMajorVersion()
The major version of the service template that was used to create the service that the pipeline is associated with.
public UpdateServicePipelineRequest withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service that the pipeline is associated with.
templateMajorVersion
- The major version of the service template that was used to create the service that the pipeline is
associated with.public void setTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service that the pipeline is associated with.
templateMinorVersion
- The minor version of the service template that was used to create the service that the pipeline is
associated with.public String getTemplateMinorVersion()
The minor version of the service template that was used to create the service that the pipeline is associated with.
public UpdateServicePipelineRequest withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service that the pipeline is associated with.
templateMinorVersion
- The minor version of the service template that was used to create the service that the pipeline is
associated with.public String toString()
toString
in class Object
Object.toString()
public UpdateServicePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()