@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a group in Amazon DataZone.
Constructor and Description |
---|
GroupDetails() |
Modifier and Type | Method and Description |
---|---|
GroupDetails |
clone() |
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier of the group in Amazon DataZone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupId(String groupId)
The identifier of the group in Amazon DataZone.
|
String |
toString()
Returns a string representation of this object.
|
GroupDetails |
withGroupId(String groupId)
The identifier of the group in Amazon DataZone.
|
public void setGroupId(String groupId)
The identifier of the group in Amazon DataZone.
groupId
- The identifier of the group in Amazon DataZone.public String getGroupId()
The identifier of the group in Amazon DataZone.
public GroupDetails withGroupId(String groupId)
The identifier of the group in Amazon DataZone.
groupId
- The identifier of the group in Amazon DataZone.public String toString()
toString
in class Object
Object.toString()
public GroupDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.