@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public GroupIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.