@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 Java-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 a Java-based Kinesis Data Analytics application.
|
int |
hashCode() |
Boolean |
isSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSnapshotConfigurationUpdate |
withSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
|
public ApplicationSnapshotConfigurationUpdate()
public void setSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
snapshotsEnabledUpdate - Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.public Boolean getSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
public ApplicationSnapshotConfigurationUpdate withSnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
snapshotsEnabledUpdate - Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.public Boolean isSnapshotsEnabledUpdate()
Describes updates to whether snapshots are enabled for a Java-based Kinesis Data Analytics application.
public String toString()
toString in class ObjectObject.toString()public ApplicationSnapshotConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.