@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipientDetail extends Object implements Serializable, Cloneable, StructuredPojo
The information that identifies the recipient.
Constructor and Description |
---|
RecipientDetail() |
Modifier and Type | Method and Description |
---|---|
RecipientDetail |
clone() |
boolean |
equals(Object obj) |
SSOIdentity |
getSsoIdentity()
The AWS Single Sign-On (AWS SSO) authentication information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSsoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
|
String |
toString()
Returns a string representation of this object.
|
RecipientDetail |
withSsoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
|
public void setSsoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
ssoIdentity
- The AWS Single Sign-On (AWS SSO) authentication information.public SSOIdentity getSsoIdentity()
The AWS Single Sign-On (AWS SSO) authentication information.
public RecipientDetail withSsoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
ssoIdentity
- The AWS Single Sign-On (AWS SSO) authentication information.public String toString()
toString
in class Object
Object.toString()
public RecipientDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.