@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupIdentity extends Object implements Serializable, Cloneable, StructuredPojo
Contains information for a group identity in an access policy.
| Constructor and Description |
|---|
GroupIdentity() |
| Modifier and Type | Method and Description |
|---|---|
GroupIdentity |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The IAM Identity Center ID of the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The IAM Identity Center ID of the group.
|
String |
toString()
Returns a string representation of this object.
|
GroupIdentity |
withId(String id)
The IAM Identity Center ID of the group.
|
public void setId(String id)
The IAM Identity Center ID of the group.
id - The IAM Identity Center ID of the group.public String getId()
The IAM Identity Center ID of the group.
public GroupIdentity withId(String id)
The IAM Identity Center ID of the group.
id - The IAM Identity Center ID of the group.public String toString()
toString in class ObjectObject.toString()public GroupIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.