@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchProfileMembership extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LaunchProfileMembership() |
Modifier and Type | Method and Description |
---|---|
LaunchProfileMembership |
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.
|
LaunchProfileMembership |
withIdentityStoreId(String identityStoreId)
The ID of the identity store.
|
LaunchProfileMembership |
withPersona(LaunchProfilePersona persona)
The persona.
|
LaunchProfileMembership |
withPersona(String persona)
The persona.
|
LaunchProfileMembership |
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 LaunchProfileMembership 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.LaunchProfilePersona
public String getPersona()
The persona.
LaunchProfilePersona
public LaunchProfileMembership withPersona(String persona)
The persona.
persona
- The persona.LaunchProfilePersona
public LaunchProfileMembership 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 LaunchProfileMembership withPrincipalId(String principalId)
The principal ID.
principalId
- The principal ID.public String toString()
toString
in class Object
Object.toString()
public LaunchProfileMembership clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.