@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 standard 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 a standard 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 a standard deployment or a blue/green deployment. | 
| void | setDeploymentType(String deploymentType)
 Indicates whether to run a standard 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 a standard deployment or a blue/green deployment. | 
| DeploymentStyle | withDeploymentType(String deploymentType)
 Indicates whether to run a standard deployment or a blue/green deployment. | 
public void setDeploymentType(String deploymentType)
Indicates whether to run a standard deployment or a blue/green deployment.
deploymentType - Indicates whether to run a standard deployment or a blue/green deployment.DeploymentTypepublic String getDeploymentType()
Indicates whether to run a standard deployment or a blue/green deployment.
DeploymentTypepublic DeploymentStyle withDeploymentType(String deploymentType)
Indicates whether to run a standard deployment or a blue/green deployment.
deploymentType - Indicates whether to run a standard deployment or a blue/green deployment.DeploymentTypepublic void setDeploymentType(DeploymentType deploymentType)
Indicates whether to run a standard deployment or a blue/green deployment.
deploymentType - Indicates whether to run a standard deployment or a blue/green deployment.DeploymentTypepublic DeploymentStyle withDeploymentType(DeploymentType deploymentType)
Indicates whether to run a standard deployment or a blue/green deployment.
deploymentType - Indicates whether to run a standard deployment or a blue/green deployment.DeploymentTypepublic 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.DeploymentOptionpublic String getDeploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
DeploymentOptionpublic 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.DeploymentOptionpublic 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.DeploymentOptionpublic 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.DeploymentOptionpublic String toString()
toString in class ObjectObject.toString()public DeploymentStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.