@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
Currently, the DeploymentConfig API is not supported.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
autoRollbackConfiguration()
|
BlueGreenUpdatePolicy |
blueGreenUpdatePolicy()
|
static DeploymentConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentConfig.Builder> |
serializableBuilderClass() |
DeploymentConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic BlueGreenUpdatePolicy blueGreenUpdatePolicy()
public AutoRollbackConfig autoRollbackConfiguration()
public DeploymentConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>public static DeploymentConfig.Builder builder()
public static Class<? extends DeploymentConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.