@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ApplicationSnapshotConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.