public class AddClientIDToOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
AddClientIDToOpenIDConnectProvider operation.
Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect provider.
This action is idempotent; it does not fail or return an error if you add an existing client ID to the provider.
NOOP| Constructor and Description |
|---|
AddClientIDToOpenIDConnectProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
AddClientIDToOpenIDConnectProviderRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getClientID()
The client ID (also known as audience) to add to the IAM OpenID
Connect provider.
|
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to add the client ID to.
|
int |
hashCode() |
void |
setClientID(String clientID)
The client ID (also known as audience) to add to the IAM OpenID
Connect provider.
|
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to add the client ID to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddClientIDToOpenIDConnectProviderRequest |
withClientID(String clientID)
The client ID (also known as audience) to add to the IAM OpenID
Connect provider.
|
AddClientIDToOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to add the client ID to.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic AddClientIDToOpenIDConnectProviderRequest()
public String getOpenIDConnectProviderArn()
Constraints:
Length: 20 - 2048
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
Constraints:
Length: 20 - 2048
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to add the client ID to. You can get a list of OIDC provider
ARNs by using the ListOpenIDConnectProviders action.public AddClientIDToOpenIDConnectProviderRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to add the client ID to. You can get a list of OIDC provider
ARNs by using the ListOpenIDConnectProviders action.public String getClientID()
Constraints:
Length: 1 - 255
public void setClientID(String clientID)
Constraints:
Length: 1 - 255
clientID - The client ID (also known as audience) to add to the IAM OpenID
Connect provider.public AddClientIDToOpenIDConnectProviderRequest withClientID(String clientID)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
clientID - The client ID (also known as audience) to add to the IAM OpenID
Connect provider.public String toString()
toString in class ObjectObject.toString()public AddClientIDToOpenIDConnectProviderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.