@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the starting properties for a Kinesis Data Analytics application.
Constructor and Description |
---|
RunConfigurationDescription() |
Modifier and Type | Method and Description |
---|---|
RunConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
ApplicationRestoreConfiguration |
getApplicationRestoreConfigurationDescription()
Describes the restore behavior of a restarting application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationRestoreConfigurationDescription(ApplicationRestoreConfiguration applicationRestoreConfigurationDescription)
Describes the restore behavior of a restarting application.
|
String |
toString()
Returns a string representation of this object.
|
RunConfigurationDescription |
withApplicationRestoreConfigurationDescription(ApplicationRestoreConfiguration applicationRestoreConfigurationDescription)
Describes the restore behavior of a restarting application.
|
public void setApplicationRestoreConfigurationDescription(ApplicationRestoreConfiguration applicationRestoreConfigurationDescription)
Describes the restore behavior of a restarting application.
applicationRestoreConfigurationDescription
- Describes the restore behavior of a restarting application.public ApplicationRestoreConfiguration getApplicationRestoreConfigurationDescription()
Describes the restore behavior of a restarting application.
public RunConfigurationDescription withApplicationRestoreConfigurationDescription(ApplicationRestoreConfiguration applicationRestoreConfigurationDescription)
Describes the restore behavior of a restarting application.
applicationRestoreConfigurationDescription
- Describes the restore behavior of a restarting application.public String toString()
toString
in class Object
Object.toString()
public RunConfigurationDescription 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.