@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StudioMembership extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StudioMembership() |
| Modifier and Type | Method and Description |
|---|---|
StudioMembership |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityStoreId()
The ID of the identity store.
|
String |
getPersona()
The persona.
|
String |
getPrincipalId()
The principal ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIdentityStoreId(String identityStoreId)
The ID of the identity store.
|
void |
setPersona(String persona)
The persona.
|
void |
setPrincipalId(String principalId)
The principal ID.
|
String |
toString()
Returns a string representation of this object.
|
StudioMembership |
withIdentityStoreId(String identityStoreId)
The ID of the identity store.
|
StudioMembership |
withPersona(String persona)
The persona.
|
StudioMembership |
withPersona(StudioPersona persona)
The persona.
|
StudioMembership |
withPrincipalId(String principalId)
The principal ID.
|
public void setIdentityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.public String getIdentityStoreId()
The ID of the identity store.
public StudioMembership withIdentityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.public void setPersona(String persona)
The persona.
persona - The persona.StudioPersonapublic String getPersona()
The persona.
StudioPersonapublic StudioMembership withPersona(String persona)
The persona.
persona - The persona.StudioPersonapublic StudioMembership withPersona(StudioPersona persona)
The persona.
persona - The persona.StudioPersonapublic void setPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.public String getPrincipalId()
The principal ID.
public StudioMembership withPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.public String toString()
toString in class ObjectObject.toString()public StudioMembership clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.