@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Identity extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an identity provider for authentication credentials.
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
Identity |
clone() |
boolean |
equals(Object obj) |
OIDC |
getOidc()
The OpenID Connect identity provider information for the cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
|
String |
toString()
Returns a string representation of this object.
|
Identity |
withOidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
|
public void setOidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
oidc - The OpenID Connect identity provider information for the
cluster.public OIDC getOidc()
The OpenID Connect identity provider information for the cluster.
public Identity withOidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
oidc - The OpenID Connect identity provider information for the
cluster.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.