@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)
Marshalls this structured data using the given
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.