Class TopicRuleListItem
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.TopicRuleListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
@Generated("software.amazon.awssdk:codegen") public final class TopicRuleListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
Describes a rule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicRuleListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRuleListItem.Builderbuilder()InstantcreatedAt()The date and time the rule was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringruleArn()The rule ARN.BooleanruleDisabled()Specifies whether the rule is disabled.StringruleName()The name of the rule.List<SdkField<?>>sdkFields()static Class<? extends TopicRuleListItem.Builder>serializableBuilderClass()TopicRuleListItem.BuildertoBuilder()StringtopicPattern()The pattern for the topic names that apply.StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ruleArn
public final String ruleArn()
The rule ARN.
- Returns:
- The rule ARN.
-
ruleName
public final String ruleName()
The name of the rule.
- Returns:
- The name of the rule.
-
topicPattern
public final String topicPattern()
The pattern for the topic names that apply.
- Returns:
- The pattern for the topic names that apply.
-
createdAt
public final Instant createdAt()
The date and time the rule was created.
- Returns:
- The date and time the rule was created.
-
ruleDisabled
public final Boolean ruleDisabled()
Specifies whether the rule is disabled.
- Returns:
- Specifies whether the rule is disabled.
-
toBuilder
public TopicRuleListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
-
builder
public static TopicRuleListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicRuleListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-