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