@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Defines the Amazon Cognito user group that is part of a work team.
Constructor and Description |
---|
MemberDefinition() |
Modifier and Type | Method and Description |
---|---|
MemberDefinition |
clone() |
boolean |
equals(Object obj) |
CognitoMemberDefinition |
getCognitoMemberDefinition()
The Amazon Cognito user group that is part of the work team.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCognitoMemberDefinition(CognitoMemberDefinition cognitoMemberDefinition)
The Amazon Cognito user group that is part of the work team.
|
String |
toString()
Returns a string representation of this object.
|
MemberDefinition |
withCognitoMemberDefinition(CognitoMemberDefinition cognitoMemberDefinition)
The Amazon Cognito user group that is part of the work team.
|
public void setCognitoMemberDefinition(CognitoMemberDefinition cognitoMemberDefinition)
The Amazon Cognito user group that is part of the work team.
cognitoMemberDefinition
- The Amazon Cognito user group that is part of the work team.public CognitoMemberDefinition getCognitoMemberDefinition()
The Amazon Cognito user group that is part of the work team.
public MemberDefinition withCognitoMemberDefinition(CognitoMemberDefinition cognitoMemberDefinition)
The Amazon Cognito user group that is part of the work team.
cognitoMemberDefinition
- The Amazon Cognito user group that is part of the work team.public String toString()
toString
in class Object
Object.toString()
public MemberDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.