public class GetTopicRuleRequest extends AmazonWebServiceRequest implements Serializable
Gets information about the specified rule.
| Constructor and Description |
|---|
GetTopicRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the rule.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the rule.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTopicRuleRequest |
withRuleName(String ruleName)
The name of the rule.
|
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 GetTopicRuleRequest 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 String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.