StructuredPojo
, ToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
@Generated("software.amazon.awssdk:codegen") public class TopicRuleListItem extends Object implements StructuredPojo, ToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
Describes a rule.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TopicRuleListItem.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TopicRuleListItem.Builder |
builder() |
|
Date |
createdAt() |
The date and time the rule was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
ruleArn() |
The rule ARN.
|
Boolean |
ruleDisabled() |
Specifies whether the rule is disabled.
|
String |
ruleName() |
The name of the rule.
|
static Class<? extends TopicRuleListItem.Builder> |
serializableBuilderClass() |
|
TopicRuleListItem.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicPattern() |
The pattern for the topic names that apply.
|
String |
toString() |
public String ruleArn()
The rule ARN.
public String ruleName()
The name of the rule.
public String topicPattern()
The pattern for the topic names that apply.
public Date createdAt()
The date and time the rule was created.
public Boolean ruleDisabled()
Specifies whether the rule is disabled.
public TopicRuleListItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
public static TopicRuleListItem.Builder builder()
public static Class<? extends TopicRuleListItem.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.