@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigninDelegateGroup extends Object implements Serializable, Cloneable, StructuredPojo
An Active Directory (AD) group whose members are granted permission to act as delegates.
| Constructor and Description | 
|---|
| SigninDelegateGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| SigninDelegateGroup | clone() | 
| boolean | equals(Object obj) | 
| String | getGroupName()
 The group name. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setGroupName(String groupName)
 The group name. | 
| String | toString()Returns a string representation of this object. | 
| SigninDelegateGroup | 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 SigninDelegateGroup withGroupName(String groupName)
The group name.
groupName - The group name.public String toString()
toString in class ObjectObject.toString()public SigninDelegateGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.