@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 ObjectObject.toString()public DeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.