@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 the new rule groups namespace.
|
String |
getName()
The name of the new rule groups namespace.
|
RuleGroupsNamespaceStatus |
getStatus()
A structure that returns the current status of the rule groups namespace.
|
Map<String,String> |
getTags()
The list of tag keys and values that are associated with the namespace.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the new rule groups namespace.
|
void |
setName(String name)
The name of the new rule groups namespace.
|
void |
setStatus(RuleGroupsNamespaceStatus status)
A structure that returns the current status of the rule groups namespace.
|
void |
setTags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
|
String |
toString()
Returns a string representation of this object.
|
CreateRuleGroupsNamespaceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the new rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
withName(String name)
The name of the new rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
withStatus(RuleGroupsNamespaceStatus status)
A structure that returns the current status of the rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the new rule groups namespace.
arn
- The Amazon Resource Name (ARN) of the new rule groups namespace.public String getArn()
The Amazon Resource Name (ARN) of the new rule groups namespace.
public CreateRuleGroupsNamespaceResult withArn(String arn)
The Amazon Resource Name (ARN) of the new rule groups namespace.
arn
- The Amazon Resource Name (ARN) of the new rule groups namespace.public void setName(String name)
The name of the new rule groups namespace.
name
- The name of the new rule groups namespace.public String getName()
The name of the new rule groups namespace.
public CreateRuleGroupsNamespaceResult withName(String name)
The name of the new rule groups namespace.
name
- The name of the new rule groups namespace.public void setStatus(RuleGroupsNamespaceStatus status)
A structure that returns the current status of the rule groups namespace.
status
- A structure that returns the current status of the rule groups namespace.public RuleGroupsNamespaceStatus getStatus()
A structure that returns the current status of the rule groups namespace.
public CreateRuleGroupsNamespaceResult withStatus(RuleGroupsNamespaceStatus status)
A structure that returns the current status of the rule groups namespace.
status
- A structure that returns the current status of the rule groups namespace.public Map<String,String> getTags()
The list of tag keys and values that are associated with the namespace.
public void setTags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
tags
- The list of tag keys and values that are associated with the namespace.public CreateRuleGroupsNamespaceResult withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
tags
- The list of tag keys and values that are associated with the namespace.public CreateRuleGroupsNamespaceResult addTagsEntry(String key, String value)
public CreateRuleGroupsNamespaceResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRuleGroupsNamespaceResult clone()