@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 Flink-based Kinesis Data Analytics 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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.