@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OIDC extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the OpenID Connect identity provider information for the cluster.
Constructor and Description |
---|
OIDC() |
Modifier and Type | Method and Description |
---|---|
OIDC |
clone() |
boolean |
equals(Object obj) |
String |
getIssuer()
The issuer URL for the OpenID Connect identity provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIssuer(String issuer)
The issuer URL for the OpenID Connect identity provider.
|
String |
toString()
Returns a string representation of this object.
|
OIDC |
withIssuer(String issuer)
The issuer URL for the OpenID Connect identity provider.
|
public void setIssuer(String issuer)
The issuer URL for the OpenID Connect identity provider.
issuer
- The issuer URL for the OpenID Connect identity provider.public String getIssuer()
The issuer URL for the OpenID Connect identity provider.
public OIDC withIssuer(String issuer)
The issuer URL for the OpenID Connect identity provider.
issuer
- The issuer URL for the OpenID Connect identity provider.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.