@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CognitoGroupConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
This data type is part of a CognitoUserPoolConfiguration structure and is a request parameter in CreateIdentitySource.
| Constructor and Description |
|---|
CognitoGroupConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CognitoGroupConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getGroupEntityType()
The name of the schema entity type that's mapped to the user pool group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupEntityType(String groupEntityType)
The name of the schema entity type that's mapped to the user pool group.
|
String |
toString()
Returns a string representation of this object.
|
CognitoGroupConfiguration |
withGroupEntityType(String groupEntityType)
The name of the schema entity type that's mapped to the user pool group.
|
public void setGroupEntityType(String groupEntityType)
The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.
groupEntityType - The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.public String getGroupEntityType()
The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.
AWS::CognitoGroup.public CognitoGroupConfiguration withGroupEntityType(String groupEntityType)
The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.
groupEntityType - The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.public String toString()
toString in class ObjectObject.toString()public CognitoGroupConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.