public class DisableTopicRuleRequest extends AmazonWebServiceRequest implements Serializable
Disables the specified rule.
| Constructor and Description |
|---|
DisableTopicRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the rule to disable.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the rule to disable.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableTopicRuleRequest |
withRuleName(String ruleName)
The name of the rule to disable.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getRuleName()
The name of the rule to disable.
Constraints:
Length: 1 - 128
Pattern: ^[a-zA-Z0-9_]+$
The name of the rule to disable.
public void setRuleName(String ruleName)
The name of the rule to disable.
Constraints:
Length: 1 - 128
Pattern: ^[a-zA-Z0-9_]+$
ruleName - The name of the rule to disable.
public DisableTopicRuleRequest withRuleName(String ruleName)
The name of the rule to disable.
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 to disable.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.