@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSystemRollbackConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationSystemRollbackConfigurationDescription() |
Modifier and Type | Method and Description |
---|---|
ApplicationSystemRollbackConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
Boolean |
getRollbackEnabled()
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
int |
hashCode() |
Boolean |
isRollbackEnabled()
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 |
setRollbackEnabled(Boolean rollbackEnabled)
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSystemRollbackConfigurationDescription |
withRollbackEnabled(Boolean rollbackEnabled)
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
|
public ApplicationSystemRollbackConfigurationDescription()
public void setRollbackEnabled(Boolean rollbackEnabled)
rollbackEnabled
- Describes whether system rollbacks are enabled for a Managed Service for Apache Flink applicationpublic Boolean getRollbackEnabled()
public ApplicationSystemRollbackConfigurationDescription withRollbackEnabled(Boolean rollbackEnabled)
rollbackEnabled
- Describes whether system rollbacks are enabled for a Managed Service for Apache Flink applicationpublic Boolean isRollbackEnabled()
public String toString()
toString
in class Object
Object.toString()
public ApplicationSystemRollbackConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.