@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
The ARN and group name of a group.
Constructor and Description |
---|
GroupIdentifier() |
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getGroupArn()
The ARN of a resource group.
|
String |
getGroupName()
The name of a resource group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupArn(String groupArn)
The ARN of a resource group.
|
void |
setGroupName(String groupName)
The name of a resource group.
|
String |
toString()
Returns a string representation of this object.
|
GroupIdentifier |
withGroupArn(String groupArn)
The ARN of a resource group.
|
GroupIdentifier |
withGroupName(String groupName)
The name of a resource group.
|
public void setGroupName(String groupName)
The name of a resource group.
groupName
- The name of a resource group.public String getGroupName()
The name of a resource group.
public GroupIdentifier withGroupName(String groupName)
The name of a resource group.
groupName
- 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 GroupIdentifier withGroupArn(String groupArn)
The ARN of a resource group.
groupArn
- The ARN of a resource group.public String toString()
toString
in class Object
Object.toString()
public GroupIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.