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 interface
TopicRuleListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRuleListItem.Builder
builder()
Instant
createdAt()
The date and time the rule was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
ruleArn()
The rule ARN.Boolean
ruleDisabled()
Specifies whether the rule is disabled.String
ruleName()
The name of the rule.List<SdkField<?>>
sdkFields()
static Class<? extends TopicRuleListItem.Builder>
serializableBuilderClass()
TopicRuleListItem.Builder
toBuilder()
String
topicPattern()
The pattern for the topic names that apply.String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-