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