public class ReplaceTopicRuleRequest extends AmazonWebServiceRequest implements Serializable
Replaces the specified rule. You must specify all parameters for the new rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.
| Constructor and Description |
|---|
ReplaceTopicRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the rule.
|
TopicRulePayload |
getTopicRulePayload()
The rule payload.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the rule.
|
void |
setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceTopicRuleRequest |
withRuleName(String ruleName)
The name of the rule.
|
ReplaceTopicRuleRequest |
withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getRuleName()
The name of the rule.
Constraints:
Length: 1 - 128
Pattern: ^[a-zA-Z0-9_]+$
The name of the rule.
public void setRuleName(String ruleName)
The name of the rule.
Constraints:
Length: 1 - 128
Pattern: ^[a-zA-Z0-9_]+$
ruleName - The name of the rule.
public ReplaceTopicRuleRequest withRuleName(String ruleName)
The name of the rule.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: ^[a-zA-Z0-9_]+$
ruleName - The name of the rule.
public TopicRulePayload getTopicRulePayload()
The rule payload.
The rule payload.
public void setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
topicRulePayload - The rule payload.
public ReplaceTopicRuleRequest withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
Returns a reference to this object so that method calls can be chained together.
topicRulePayload - The rule payload.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.