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