@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRuleGroupsNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a PutRuleGroupsNamespace operation.
Constructor and Description |
---|
PutRuleGroupsNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
PutRuleGroupsNamespaceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutRuleGroupsNamespaceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutRuleGroupsNamespaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of this rule groups namespace.
|
String |
getName()
The rule groups namespace name.
|
RuleGroupsNamespaceStatus |
getStatus()
The status of rule groups namespace.
|
Map<String,String> |
getTags()
The tags of this rule groups namespace.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
|
void |
setName(String name)
The rule groups namespace name.
|
void |
setStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
void |
setTags(Map<String,String> tags)
The tags of this rule groups namespace.
|
String |
toString()
Returns a string representation of this object.
|
PutRuleGroupsNamespaceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
|
PutRuleGroupsNamespaceResult |
withName(String name)
The rule groups namespace name.
|
PutRuleGroupsNamespaceResult |
withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
PutRuleGroupsNamespaceResult |
withTags(Map<String,String> tags)
The tags of this rule groups namespace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
arn
- The Amazon Resource Name (ARN) of this rule groups namespace.public String getArn()
The Amazon Resource Name (ARN) of this rule groups namespace.
public PutRuleGroupsNamespaceResult withArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
arn
- The Amazon Resource Name (ARN) of this rule groups namespace.public void setName(String name)
The rule groups namespace name.
name
- The rule groups namespace name.public String getName()
The rule groups namespace name.
public PutRuleGroupsNamespaceResult withName(String name)
The rule groups namespace name.
name
- The rule groups namespace name.public void setStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
status
- The status of rule groups namespace.public RuleGroupsNamespaceStatus getStatus()
The status of rule groups namespace.
public PutRuleGroupsNamespaceResult withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
status
- The status of rule groups namespace.public Map<String,String> getTags()
The tags of this rule groups namespace.
public void setTags(Map<String,String> tags)
The tags of this rule groups namespace.
tags
- The tags of this rule groups namespace.public PutRuleGroupsNamespaceResult withTags(Map<String,String> tags)
The tags of this rule groups namespace.
tags
- The tags of this rule groups namespace.public PutRuleGroupsNamespaceResult addTagsEntry(String key, String value)
public PutRuleGroupsNamespaceResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public PutRuleGroupsNamespaceResult clone()