@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LateDataRule extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the name and configuration information of a late data rule.
Constructor and Description |
---|
LateDataRule() |
Modifier and Type | Method and Description |
---|---|
LateDataRule |
clone() |
boolean |
equals(Object obj) |
LateDataRuleConfiguration |
getRuleConfiguration()
The information needed to configure the late data rule.
|
String |
getRuleName()
The name of the late data rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRuleConfiguration(LateDataRuleConfiguration ruleConfiguration)
The information needed to configure the late data rule.
|
void |
setRuleName(String ruleName)
The name of the late data rule.
|
String |
toString()
Returns a string representation of this object.
|
LateDataRule |
withRuleConfiguration(LateDataRuleConfiguration ruleConfiguration)
The information needed to configure the late data rule.
|
LateDataRule |
withRuleName(String ruleName)
The name of the late data rule.
|
public void setRuleName(String ruleName)
The name of the late data rule.
ruleName
- The name of the late data rule.public String getRuleName()
The name of the late data rule.
public LateDataRule withRuleName(String ruleName)
The name of the late data rule.
ruleName
- The name of the late data rule.public void setRuleConfiguration(LateDataRuleConfiguration ruleConfiguration)
The information needed to configure the late data rule.
ruleConfiguration
- The information needed to configure the late data rule.public LateDataRuleConfiguration getRuleConfiguration()
The information needed to configure the late data rule.
public LateDataRule withRuleConfiguration(LateDataRuleConfiguration ruleConfiguration)
The information needed to configure the late data rule.
ruleConfiguration
- The information needed to configure the late data rule.public String toString()
toString
in class Object
Object.toString()
public LateDataRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.