@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewStudioMember extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
NewStudioMember() |
Modifier and Type | Method and Description |
---|---|
NewStudioMember |
clone() |
boolean |
equals(Object obj) |
String |
getPersona()
The persona.
|
String |
getPrincipalId()
The principal ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPersona(String persona)
The persona.
|
void |
setPrincipalId(String principalId)
The principal ID.
|
String |
toString()
Returns a string representation of this object.
|
NewStudioMember |
withPersona(String persona)
The persona.
|
NewStudioMember |
withPersona(StudioPersona persona)
The persona.
|
NewStudioMember |
withPrincipalId(String principalId)
The principal ID.
|
public void setPersona(String persona)
The persona.
persona
- The persona.StudioPersona
public String getPersona()
The persona.
StudioPersona
public NewStudioMember withPersona(String persona)
The persona.
persona
- The persona.StudioPersona
public NewStudioMember 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 NewStudioMember withPrincipalId(String principalId)
The principal ID.
principalId
- The principal ID.public String toString()
toString
in class Object
Object.toString()
public NewStudioMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.