StructuredPojo
, ToCopyableBuilder<TopicRulePayload.Builder,TopicRulePayload>
@Generated("software.amazon.awssdk:codegen") public class TopicRulePayload extends Object implements StructuredPojo, ToCopyableBuilder<TopicRulePayload.Builder,TopicRulePayload>
Describes a rule.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TopicRulePayload.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Action> |
actions() |
The actions associated with the rule.
|
String |
awsIotSqlVersion() |
The version of the SQL rules engine to use when evaluating the rule.
|
static TopicRulePayload.Builder |
builder() |
|
String |
description() |
The description of the rule.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Boolean |
ruleDisabled() |
Specifies whether the rule is disabled.
|
static Class<? extends TopicRulePayload.Builder> |
serializableBuilderClass() |
|
String |
sql() |
The SQL statement used to query the topic.
|
TopicRulePayload.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String sql()
The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.
public String description()
The description of the rule.
public List<Action> actions()
The actions associated with the rule.
public Boolean ruleDisabled()
Specifies whether the rule is disabled.
public String awsIotSqlVersion()
The version of the SQL rules engine to use when evaluating the rule.
public TopicRulePayload.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TopicRulePayload.Builder,TopicRulePayload>
public static TopicRulePayload.Builder builder()
public static Class<? extends TopicRulePayload.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.