@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewLaunchProfileMember extends Object implements Serializable, Cloneable, StructuredPojo
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.LaunchProfilePersona
public String getPersona()
The persona.
LaunchProfilePersona
public NewLaunchProfileMember withPersona(String persona)
The persona.
persona
- The persona.LaunchProfilePersona
public NewLaunchProfileMember withPersona(LaunchProfilePersona persona)
The persona.
persona
- The persona.LaunchProfilePersona
public 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 Object
Object.toString()
public NewLaunchProfileMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.