@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CognitoGroupConfigurationItem 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 an CognitoUserPoolConfigurationItem structure and is a response parameter to ListIdentitySources.
Constructor and Description |
---|
CognitoGroupConfigurationItem() |
Modifier and Type | Method and Description |
---|---|
CognitoGroupConfigurationItem |
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.
|
CognitoGroupConfigurationItem |
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 CognitoGroupConfigurationItem 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 Object
Object.toString()
public CognitoGroupConfigurationItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.