public class RemoveClientIDFromOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable
RemoveClientIDFromOpenIDConnectProvider operation
.
Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect provider.
This action is idempotent; it does not fail or return an error if you try to remove a client ID that was removed previously.
NOOP
Constructor and Description |
---|
RemoveClientIDFromOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClientID()
The client ID (also known as audience) to remove from the IAM OpenID
Connect provider.
|
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to remove the client ID from.
|
int |
hashCode() |
void |
setClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OpenID
Connect provider.
|
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to remove the client ID from.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OpenID
Connect provider.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to remove the client ID from.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public RemoveClientIDFromOpenIDConnectProviderRequest()
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 remove the client ID from. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders action.public RemoveClientIDFromOpenIDConnectProviderRequest 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 remove the client ID from. 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 remove from the IAM OpenID
Connect provider. For more information about client IDs, see
CreateOpenIDConnectProvider.public RemoveClientIDFromOpenIDConnectProviderRequest 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 remove from the IAM OpenID
Connect provider. For more information about client IDs, see
CreateOpenIDConnectProvider.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.