@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSnapshotConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes updates to whether snapshots are enabled for a Managed Service for Apache Flink application.
| Constructor and Description |
|---|
ApplicationSnapshotConfigurationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSnapshotConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for an application.
|
int |
hashCode() |
Boolean |
isSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for an application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for an application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSnapshotConfigurationUpdate |
withSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for an application.
|
public ApplicationSnapshotConfigurationUpdate()
public void setSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for an application.
snapshotsEnabledUpdate - Describes updates to whether snapshots are enabled for an application.public Boolean getSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for an application.
public ApplicationSnapshotConfigurationUpdate withSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for an application.
snapshotsEnabledUpdate - Describes updates to whether snapshots are enabled for an application.public Boolean isSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for an application.
public String toString()
toString in class ObjectObject.toString()public ApplicationSnapshotConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.