@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRuleGroupsNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateRuleGroupsNamespace operation.
Constructor and Description |
---|
CreateRuleGroupsNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
CreateRuleGroupsNamespaceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRuleGroupsNamespaceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRuleGroupsNamespaceResult |
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.
|
CreateRuleGroupsNamespaceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
withName(String name)
The rule groups namespace name.
|
CreateRuleGroupsNamespaceResult |
withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
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 CreateRuleGroupsNamespaceResult 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 CreateRuleGroupsNamespaceResult 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 CreateRuleGroupsNamespaceResult 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 CreateRuleGroupsNamespaceResult withTags(Map<String,String> tags)
The tags of this rule groups namespace.
tags
- The tags of this rule groups namespace.public CreateRuleGroupsNamespaceResult addTagsEntry(String key, String value)
public CreateRuleGroupsNamespaceResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRuleGroupsNamespaceResult clone()