Class ModifyVerifiedAccessNativeApplicationOidcOptions
java.lang.Object
software.amazon.awssdk.services.ec2.model.ModifyVerifiedAccessNativeApplicationOidcOptions
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,- ModifyVerifiedAccessNativeApplicationOidcOptions> 
@Generated("software.amazon.awssdk:codegen")
public final class ModifyVerifiedAccessNativeApplicationOidcOptions
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,ModifyVerifiedAccessNativeApplicationOidcOptions> 
Describes the OpenID Connect (OIDC) options.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe authorization endpoint of the IdP.builder()final StringclientId()The OAuth 2.0 client identifier.final StringThe OAuth 2.0 client secret.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringissuer()The OIDC issuer identifier of the IdP.final StringThe public signing key endpoint.final Stringscope()The set of user claims to be requested from the IdP.static Class<? extends ModifyVerifiedAccessNativeApplicationOidcOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringThe token endpoint of the IdP.final StringtoString()Returns a string representation of this object.final StringThe user info endpoint of the IdP.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
publicSigningKeyEndpointThe public signing key endpoint. - Returns:
- The public signing key endpoint.
 
- 
issuerThe OIDC issuer identifier of the IdP. - Returns:
- The OIDC issuer identifier of the IdP.
 
- 
authorizationEndpointThe authorization endpoint of the IdP. - Returns:
- The authorization endpoint of the IdP.
 
- 
tokenEndpointThe token endpoint of the IdP. - Returns:
- The token endpoint of the IdP.
 
- 
userInfoEndpointThe user info endpoint of the IdP. - Returns:
- The user info endpoint of the IdP.
 
- 
clientIdThe OAuth 2.0 client identifier. - Returns:
- The OAuth 2.0 client identifier.
 
- 
clientSecretThe OAuth 2.0 client secret. - Returns:
- The OAuth 2.0 client secret.
 
- 
scopeThe set of user claims to be requested from the IdP. - Returns:
- The set of user claims to be requested from the IdP.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,- ModifyVerifiedAccessNativeApplicationOidcOptions> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends ModifyVerifiedAccessNativeApplicationOidcOptions.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-