@Generated(value="software.amazon.awssdk:codegen") public final class LateDataRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LateDataRule.Builder,LateDataRule>
A structure that contains the name and configuration information of a late data rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LateDataRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LateDataRule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LateDataRuleConfiguration |
ruleConfiguration()
The information needed to configure the late data rule.
|
String |
ruleName()
The name of the late data rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LateDataRule.Builder> |
serializableBuilderClass() |
LateDataRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleName()
The name of the late data rule.
public final LateDataRuleConfiguration ruleConfiguration()
The information needed to configure the late data rule.
public LateDataRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LateDataRule.Builder,LateDataRule>public static LateDataRule.Builder builder()
public static Class<? extends LateDataRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.