@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSystemRollbackConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationSystemRollbackConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
ApplicationSystemRollbackConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
Boolean |
getRollbackEnabledUpdate()
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
int |
hashCode() |
Boolean |
isRollbackEnabledUpdate()
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRollbackEnabledUpdate(Boolean rollbackEnabledUpdate)
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSystemRollbackConfigurationUpdate |
withRollbackEnabledUpdate(Boolean rollbackEnabledUpdate)
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
public ApplicationSystemRollbackConfigurationUpdate()
public void setRollbackEnabledUpdate(Boolean rollbackEnabledUpdate)
rollbackEnabledUpdate
- Describes whether system rollbacks are enabled for a Managed Service for Apache Flink applicationpublic Boolean getRollbackEnabledUpdate()
public ApplicationSystemRollbackConfigurationUpdate withRollbackEnabledUpdate(Boolean rollbackEnabledUpdate)
rollbackEnabledUpdate
- Describes whether system rollbacks are enabled for a Managed Service for Apache Flink applicationpublic Boolean isRollbackEnabledUpdate()
public String toString()
toString
in class Object
Object.toString()
public ApplicationSystemRollbackConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.