StructuredPojo
, ToCopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>
@Generated("software.amazon.awssdk:codegen") public class DeploymentStyle extends Object implements StructuredPojo, ToCopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeploymentStyle.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DeploymentStyle.Builder |
builder() |
|
String |
deploymentOption() |
Indicates whether to route deployment traffic behind a load balancer.
|
String |
deploymentType() |
Indicates whether to run an in-place deployment or a blue/green deployment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DeploymentStyle.Builder> |
serializableBuilderClass() |
|
DeploymentStyle.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String deploymentType()
Indicates whether to run an in-place deployment or a blue/green deployment.
DeploymentType
public String deploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
DeploymentOption
public DeploymentStyle.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>
public static DeploymentStyle.Builder builder()
public static Class<? extends DeploymentStyle.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.