@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)
Marshalls this structured data using the given
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.StudioPersona
public String getPersona()
The persona.
StudioPersona
public StudioMembership withPersona(String persona)
The persona.
persona
- The persona.StudioPersona
public StudioMembership withPersona(StudioPersona persona)
The persona.
persona
- The persona.StudioPersona
public 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 Object
Object.toString()
public StudioMembership clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.