@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupMembershipIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetGroupMembershipIdResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetGroupMembershipIdResult | clone() | 
| boolean | equals(Object obj) | 
| String | getIdentityStoreId()
 The globally unique identifier for the identity store. | 
| String | getMembershipId()
 The identifier for a  GroupMembershipin an identity store. | 
| int | hashCode() | 
| void | setIdentityStoreId(String identityStoreId)
 The globally unique identifier for the identity store. | 
| void | setMembershipId(String membershipId)
 The identifier for a  GroupMembershipin an identity store. | 
| String | toString()Returns a string representation of this object. | 
| GetGroupMembershipIdResult | withIdentityStoreId(String identityStoreId)
 The globally unique identifier for the identity store. | 
| GetGroupMembershipIdResult | withMembershipId(String membershipId)
 The identifier for a  GroupMembershipin an identity store. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMembershipId(String membershipId)
 The identifier for a GroupMembership in an identity store.
 
membershipId - The identifier for a GroupMembership in an identity store.public String getMembershipId()
 The identifier for a GroupMembership in an identity store.
 
GroupMembership in an identity store.public GetGroupMembershipIdResult withMembershipId(String membershipId)
 The identifier for a GroupMembership in an identity store.
 
membershipId - The identifier for a GroupMembership in an identity store.public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public GetGroupMembershipIdResult withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.public String toString()
toString in class ObjectObject.toString()public GetGroupMembershipIdResult clone()