@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 Amazon Web Services SSO ID of the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setId(String id)
The Amazon Web Services SSO ID of the group.
|
String |
toString()
Returns a string representation of this object.
|
GroupIdentity |
withId(String id)
The Amazon Web Services SSO ID of the group.
|
public void setId(String id)
The Amazon Web Services SSO ID of the group.
id - The Amazon Web Services SSO ID of the group.public String getId()
The Amazon Web Services SSO ID of the group.
public GroupIdentity withId(String id)
The Amazon Web Services SSO ID of the group.
id - The Amazon Web Services SSO ID of the group.public String toString()
toString in class ObjectObject.toString()public GroupIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.