@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.