@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSnapshotConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
| Constructor and Description |
|---|
ApplicationSnapshotConfigurationDescription() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSnapshotConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSnapshotsEnabled()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
int |
hashCode() |
Boolean |
isSnapshotsEnabled()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSnapshotsEnabled(Boolean snapshotsEnabled)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSnapshotConfigurationDescription |
withSnapshotsEnabled(Boolean snapshotsEnabled)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
public ApplicationSnapshotConfigurationDescription()
public void setSnapshotsEnabled(Boolean snapshotsEnabled)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
snapshotsEnabled - Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.public Boolean getSnapshotsEnabled()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
public ApplicationSnapshotConfigurationDescription withSnapshotsEnabled(Boolean snapshotsEnabled)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
snapshotsEnabled - Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.public Boolean isSnapshotsEnabled()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
public String toString()
toString in class ObjectObject.toString()public ApplicationSnapshotConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.