@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentStyle extends Object implements Serializable, Cloneable, StructuredPojo
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
Constructor and Description |
---|
DeploymentStyle() |
Modifier and Type | Method and Description |
---|---|
DeploymentStyle |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
|
String |
getDeploymentType()
Indicates whether to run an in-place deployment or a blue/green deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeploymentOption(DeploymentOption deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
void |
setDeploymentOption(String deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
void |
setDeploymentType(DeploymentType deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
void |
setDeploymentType(String deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeploymentStyle |
withDeploymentOption(DeploymentOption deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
DeploymentStyle |
withDeploymentOption(String deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
DeploymentStyle |
withDeploymentType(DeploymentType deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
DeploymentStyle |
withDeploymentType(String deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
public void setDeploymentType(String deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.DeploymentType
public String getDeploymentType()
Indicates whether to run an in-place deployment or a blue/green deployment.
DeploymentType
public DeploymentStyle withDeploymentType(String deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.DeploymentType
public void setDeploymentType(DeploymentType deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.DeploymentType
public DeploymentStyle withDeploymentType(DeploymentType deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.DeploymentType
public void setDeploymentOption(String deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.DeploymentOption
public String getDeploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
DeploymentOption
public DeploymentStyle withDeploymentOption(String deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.DeploymentOption
public void setDeploymentOption(DeploymentOption deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.DeploymentOption
public DeploymentStyle withDeploymentOption(DeploymentOption deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.DeploymentOption
public String toString()
toString
in class Object
Object.toString()
public DeploymentStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.