@Generated(value="software.amazon.awssdk:codegen") public final class AddClientIdToOpenIdConnectProviderRequest extends IamRequest implements ToCopyableBuilder<AddClientIdToOpenIdConnectProviderRequest.Builder,AddClientIdToOpenIdConnectProviderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddClientIdToOpenIdConnectProviderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddClientIdToOpenIdConnectProviderRequest.Builder |
builder() |
String |
clientID()
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
openIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddClientIdToOpenIdConnectProviderRequest.Builder> |
serializableBuilderClass() |
AddClientIdToOpenIdConnectProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String openIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
public final String clientID()
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
public AddClientIdToOpenIdConnectProviderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddClientIdToOpenIdConnectProviderRequest.Builder,AddClientIdToOpenIdConnectProviderRequest>toBuilder in class IamRequestpublic static AddClientIdToOpenIdConnectProviderRequest.Builder builder()
public static Class<? extends AddClientIdToOpenIdConnectProviderRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.