public class UpdateOpenIDConnectProviderThumbprintRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
openIDConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object
for which you want to update the thumbprint.
|
private SdkInternalList<java.lang.String> |
thumbprintList
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
NOOP
Constructor and Description |
---|
UpdateOpenIDConnectProviderThumbprintRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOpenIDConnectProviderThumbprintRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object
for which you want to update the thumbprint.
|
java.util.List<java.lang.String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object
for which you want to update the thumbprint.
|
void |
setThumbprintList(java.util.Collection<java.lang.String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object
for which you want to update the thumbprint.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(java.util.Collection<java.lang.String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(java.lang.String... thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String openIDConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
private SdkInternalList<java.lang.String> thumbprintList
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
public UpdateOpenIDConnectProviderThumbprintRequest()
public void setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OIDC provider resource
object for which you want to update the thumbprint. You can get a
list of OIDC provider ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public java.lang.String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public UpdateOpenIDConnectProviderThumbprintRequest withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OIDC provider resource
object for which you want to update the thumbprint. You can get a
list of OIDC provider ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateOpenIDConnectProviderThumbprintRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()