@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Currently, the DeploymentConfig
API is not supported.
Constructor and Description |
---|
DeploymentConfig() |
Modifier and Type | Method and Description |
---|---|
DeploymentConfig |
clone() |
boolean |
equals(Object obj) |
AutoRollbackConfig |
getAutoRollbackConfiguration()
|
BlueGreenUpdatePolicy |
getBlueGreenUpdatePolicy()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
|
void |
setBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
|
String |
toString()
Returns a string representation of this object.
|
DeploymentConfig |
withAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
|
DeploymentConfig |
withBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
|
public void setBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
blueGreenUpdatePolicy
- public BlueGreenUpdatePolicy getBlueGreenUpdatePolicy()
public DeploymentConfig withBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
blueGreenUpdatePolicy
- public void setAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
autoRollbackConfiguration
- public AutoRollbackConfig getAutoRollbackConfiguration()
public DeploymentConfig withAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
autoRollbackConfiguration
- public String toString()
toString
in class Object
Object.toString()
public DeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.