@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateGroupResult |
addTagsEntry(String key,
String value) |
CreateGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGroupResult |
clone() |
boolean |
equals(Object obj) |
Group |
getGroup()
A full description of the resource group after it is created.
|
ResourceQuery |
getResourceQuery()
The resource query associated with the group.
|
Map<String,String> |
getTags()
The tags associated with the group.
|
int |
hashCode() |
void |
setGroup(Group group)
A full description of the resource group after it is created.
|
void |
setResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
|
void |
setTags(Map<String,String> tags)
The tags associated with the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateGroupResult |
withGroup(Group group)
A full description of the resource group after it is created.
|
CreateGroupResult |
withResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
|
CreateGroupResult |
withTags(Map<String,String> tags)
The tags associated with the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
A full description of the resource group after it is created.
group
- A full description of the resource group after it is created.public Group getGroup()
A full description of the resource group after it is created.
public CreateGroupResult withGroup(Group group)
A full description of the resource group after it is created.
group
- A full description of the resource group after it is created.public void setResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
resourceQuery
- The resource query associated with the group.public ResourceQuery getResourceQuery()
The resource query associated with the group.
public CreateGroupResult withResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
resourceQuery
- The resource query associated with the group.public Map<String,String> getTags()
The tags associated with the group.
public void setTags(Map<String,String> tags)
The tags associated with the group.
tags
- The tags associated with the group.public CreateGroupResult withTags(Map<String,String> tags)
The tags associated with the group.
tags
- The tags associated with the group.public CreateGroupResult addTagsEntry(String key, String value)
public CreateGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.