@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
GroupMembership in 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
GroupMembership in 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
GroupMembership in an identity store. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 Object
Object.toString()
public GetGroupMembershipIdResult clone()