@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncrementalRunConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object which defines an incremental run type and has only incrementalRunType as a field.
| Constructor and Description |
|---|
IncrementalRunConfig() |
| Modifier and Type | Method and Description |
|---|---|
IncrementalRunConfig |
clone() |
boolean |
equals(Object obj) |
String |
getIncrementalRunType()
The type of incremental run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIncrementalRunType(String incrementalRunType)
The type of incremental run.
|
String |
toString()
Returns a string representation of this object.
|
IncrementalRunConfig |
withIncrementalRunType(IncrementalRunType incrementalRunType)
The type of incremental run.
|
IncrementalRunConfig |
withIncrementalRunType(String incrementalRunType)
The type of incremental run.
|
public void setIncrementalRunType(String incrementalRunType)
The type of incremental run. It takes only one value: IMMEDIATE.
incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.IncrementalRunTypepublic String getIncrementalRunType()
The type of incremental run. It takes only one value: IMMEDIATE.
IMMEDIATE.IncrementalRunTypepublic IncrementalRunConfig withIncrementalRunType(String incrementalRunType)
The type of incremental run. It takes only one value: IMMEDIATE.
incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.IncrementalRunTypepublic IncrementalRunConfig withIncrementalRunType(IncrementalRunType incrementalRunType)
The type of incremental run. It takes only one value: IMMEDIATE.
incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.IncrementalRunTypepublic String toString()
toString in class ObjectObject.toString()public IncrementalRunConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.