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