@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; useful for testing and debugging.
|
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 Object
Object.toString()
public GroupNameAndArn 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.