@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EdgeDeploymentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the configuration of a deployment.
Constructor and Description |
---|
EdgeDeploymentConfig() |
Modifier and Type | Method and Description |
---|---|
EdgeDeploymentConfig |
clone() |
boolean |
equals(Object obj) |
String |
getFailureHandlingPolicy()
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
String |
toString()
Returns a string representation of this object.
|
EdgeDeploymentConfig |
withFailureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
EdgeDeploymentConfig |
withFailureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
public void setFailureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
failureHandlingPolicy
- Toggle that determines whether to rollback to previous configuration if the current deployment fails. By
default this is turned on. You may turn this off if you want to investigate the errors yourself.FailureHandlingPolicy
public String getFailureHandlingPolicy()
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
FailureHandlingPolicy
public EdgeDeploymentConfig withFailureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
failureHandlingPolicy
- Toggle that determines whether to rollback to previous configuration if the current deployment fails. By
default this is turned on. You may turn this off if you want to investigate the errors yourself.FailureHandlingPolicy
public EdgeDeploymentConfig withFailureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
failureHandlingPolicy
- Toggle that determines whether to rollback to previous configuration if the current deployment fails. By
default this is turned on. You may turn this off if you want to investigate the errors yourself.FailureHandlingPolicy
public String toString()
toString
in class Object
Object.toString()
public EdgeDeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.