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