@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.