@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Identity extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an identity provider.
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
Identity |
clone() |
boolean |
equals(Object obj) |
OIDC |
getOidc()
An object representing the OpenID Connect identity provider
information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOidc(OIDC oidc)
An object representing the OpenID Connect identity provider
information.
|
String |
toString()
Returns a string representation of this object.
|
Identity |
withOidc(OIDC oidc)
An object representing the OpenID Connect identity provider
information.
|
public void setOidc(OIDC oidc)
An object representing the OpenID Connect identity provider information.
oidc - An object representing the OpenID Connect identity provider
information.public OIDC getOidc()
An object representing the OpenID Connect identity provider information.
public Identity withOidc(OIDC oidc)
An object representing the OpenID Connect identity provider information.
oidc - An object representing the OpenID Connect identity provider
information.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.