@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewLaunchProfileMember extends Object implements Serializable, Cloneable, StructuredPojo
A new member that is added to a launch profile.
| Constructor and Description |
|---|
NewLaunchProfileMember() |
| Modifier and Type | Method and Description |
|---|---|
NewLaunchProfileMember |
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.
|
NewLaunchProfileMember |
withPersona(LaunchProfilePersona persona)
The persona.
|
NewLaunchProfileMember |
withPersona(String persona)
The persona.
|
NewLaunchProfileMember |
withPrincipalId(String principalId)
The principal ID.
|
public void setPersona(String persona)
The persona.
persona - The persona.LaunchProfilePersonapublic String getPersona()
The persona.
LaunchProfilePersonapublic NewLaunchProfileMember withPersona(String persona)
The persona.
persona - The persona.LaunchProfilePersonapublic NewLaunchProfileMember withPersona(LaunchProfilePersona persona)
The persona.
persona - The persona.LaunchProfilePersonapublic void setPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.public String getPrincipalId()
The principal ID.
public NewLaunchProfileMember withPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.public String toString()
toString in class ObjectObject.toString()public NewLaunchProfileMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.