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