public class UpdateOpenIDConnectProviderThumbprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOpenIDConnectProviderThumbprintRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOpenIDConnectProviderThumbprintRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
to update the thumbprint for.
|
List<String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
to update the thumbprint for.
|
void |
setThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
to update the thumbprint for.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateOpenIDConnectProviderThumbprintRequest()
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders
action.public String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
public UpdateOpenIDConnectProviderThumbprintRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders
action.public List<String> getThumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
public void setThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public UpdateOpenIDConnectProviderThumbprintRequest withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
NOTE: This method appends the values to the existing list (if
any). Use setThumbprintList(java.util.Collection)
or
withThumbprintList(java.util.Collection)
if you want to override
the existing values.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public UpdateOpenIDConnectProviderThumbprintRequest withThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public String toString()
toString
in class Object
Object.toString()
public UpdateOpenIDConnectProviderThumbprintRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.