@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Group extends Object implements Serializable, Cloneable, StructuredPojo
A resource group.
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the resource group.
|
String |
getGroupArn()
The ARN of a resource group.
|
String |
getName()
The name of a resource group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the resource group.
|
void |
setGroupArn(String groupArn)
The ARN of a resource group.
|
void |
setName(String name)
The name of a resource group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Group |
withDescription(String description)
The description of the resource group.
|
Group |
withGroupArn(String groupArn)
The ARN of a resource group.
|
Group |
withName(String name)
The name of a resource group.
|
public void setGroupArn(String groupArn)
The ARN of a resource group.
groupArn - The ARN of a resource group.public String getGroupArn()
The ARN of a resource group.
public Group withGroupArn(String groupArn)
The ARN of a resource group.
groupArn - The ARN of a resource group.public void setName(String name)
The name of a resource group.
name - The name of a resource group.public String getName()
The name of a resource group.
public Group withName(String name)
The name of a resource group.
name - The name of a resource group.public void setDescription(String description)
The description of the resource group.
description - The description of the resource group.public String getDescription()
The description of the resource group.
public Group withDescription(String description)
The description of the resource group.
description - The description of the resource group.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.