@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 that represents 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 that represents an OpenID Connect (OIDC) identity provider configuration.
|
String |
toString()
Returns a string representation of this object.
|
IdentityProviderConfigResponse |
withOidc(OidcIdentityProviderConfig oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
|
public void setOidc(OidcIdentityProviderConfig oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
oidc
- An object that represents an OpenID Connect (OIDC) identity provider configuration.public OidcIdentityProviderConfig getOidc()
An object that represents an OpenID Connect (OIDC) identity provider configuration.
public IdentityProviderConfigResponse withOidc(OidcIdentityProviderConfig oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
oidc
- An object that represents an OpenID Connect (OIDC) identity provider configuration.public String toString()
toString
in class Object
Object.toString()
public IdentityProviderConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.