@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRunGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRunGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateRunGroupResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRunGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRunGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The group's ARN.
|
String |
getId()
The group's ID.
|
Map<String,String> |
getTags()
Tags for the run group.
|
int |
hashCode() |
void |
setArn(String arn)
The group's ARN.
|
void |
setId(String id)
The group's ID.
|
void |
setTags(Map<String,String> tags)
Tags for the run group.
|
String |
toString()
Returns a string representation of this object.
|
CreateRunGroupResult |
withArn(String arn)
The group's ARN.
|
CreateRunGroupResult |
withId(String id)
The group's ID.
|
CreateRunGroupResult |
withTags(Map<String,String> tags)
Tags for the run group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The group's ARN.
arn
- The group's ARN.public String getArn()
The group's ARN.
public CreateRunGroupResult withArn(String arn)
The group's ARN.
arn
- The group's ARN.public void setId(String id)
The group's ID.
id
- The group's ID.public String getId()
The group's ID.
public CreateRunGroupResult withId(String id)
The group's ID.
id
- The group's ID.public Map<String,String> getTags()
Tags for the run group.
public void setTags(Map<String,String> tags)
Tags for the run group.
tags
- Tags for the run group.public CreateRunGroupResult withTags(Map<String,String> tags)
Tags for the run group.
tags
- Tags for the run group.public CreateRunGroupResult addTagsEntry(String key, String value)
public CreateRunGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRunGroupResult clone()