@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
The unique identifiers for a resource group.
| Constructor and Description |
|---|
GroupIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
GroupIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getGroupArn()
The ARN of the resource group.
|
String |
getGroupName()
The name of the resource group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupArn(String groupArn)
The ARN of the resource group.
|
void |
setGroupName(String groupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
GroupIdentifier |
withGroupArn(String groupArn)
The ARN of the resource group.
|
GroupIdentifier |
withGroupName(String groupName)
The name of the resource group.
|
public void setGroupName(String groupName)
The name of the resource group.
groupName - The name of the resource group.public String getGroupName()
The name of the resource group.
public GroupIdentifier withGroupName(String groupName)
The name of the resource group.
groupName - The name of the resource group.public void setGroupArn(String groupArn)
The ARN of the resource group.
groupArn - The ARN of the resource group.public String getGroupArn()
The ARN of the resource group.
public GroupIdentifier withGroupArn(String groupArn)
The ARN of the resource group.
groupArn - The ARN of the resource group.public String toString()
toString in class ObjectObject.toString()public GroupIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.