@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalAuthenticationProvider extends Object implements Serializable, Cloneable, StructuredPojo
Describes an additional authentication provider.
| Constructor and Description |
|---|
AdditionalAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalAuthenticationProvider |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
OpenIDConnectConfig |
getOpenIDConnectConfig()
The OpenID Connect configuration.
|
CognitoUserPoolConfig |
getUserPoolConfig()
The Amazon Cognito user pool configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuthenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
void |
setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
|
void |
setUserPoolConfig(CognitoUserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
|
String |
toString()
Returns a string representation of this object.
|
AdditionalAuthenticationProvider |
withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
AdditionalAuthenticationProvider |
withAuthenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
AdditionalAuthenticationProvider |
withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
|
AdditionalAuthenticationProvider |
withUserPoolConfig(CognitoUserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
|
public void setAuthenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
authenticationType - The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.AuthenticationTypepublic String getAuthenticationType()
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
AuthenticationTypepublic AdditionalAuthenticationProvider withAuthenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
authenticationType - The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.AuthenticationTypepublic AdditionalAuthenticationProvider withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
authenticationType - The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.AuthenticationTypepublic void setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
openIDConnectConfig - The OpenID Connect configuration.public OpenIDConnectConfig getOpenIDConnectConfig()
The OpenID Connect configuration.
public AdditionalAuthenticationProvider withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
openIDConnectConfig - The OpenID Connect configuration.public void setUserPoolConfig(CognitoUserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
userPoolConfig - The Amazon Cognito user pool configuration.public CognitoUserPoolConfig getUserPoolConfig()
The Amazon Cognito user pool configuration.
public AdditionalAuthenticationProvider withUserPoolConfig(CognitoUserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
userPoolConfig - The Amazon Cognito user pool configuration.public String toString()
toString in class ObjectObject.toString()public AdditionalAuthenticationProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.