@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagOpenIDConnectProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagOpenIDConnectProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The ARN of the OIDC provider in IAM from which you want to remove tags.
|
List<String> |
getTagKeys()
A list of key names as a simple array of strings.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
String |
toString()
Returns a string representation of this object.
|
UntagOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
|
UntagOpenIDConnectProviderRequest |
withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagOpenIDConnectProviderRequest |
withTagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
openIDConnectProviderArn - The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public String getOpenIDConnectProviderArn()
The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public UntagOpenIDConnectProviderRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
openIDConnectProviderArn - The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public List<String> getTagKeys()
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
public void setTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified OIDC provider.public UntagOpenIDConnectProviderRequest withTagKeys(String... tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified OIDC provider.public UntagOpenIDConnectProviderRequest withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified OIDC provider.public String toString()
toString in class ObjectObject.toString()public UntagOpenIDConnectProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.