@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UntagSAMLProviderRequest() |
Modifier and Type | Method and Description |
---|---|
UntagSAMLProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The ARN of the SAML identity 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 |
setSAMLProviderArn(String sAMLProviderArn)
The ARN of the SAML identity 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.
|
UntagSAMLProviderRequest |
withSAMLProviderArn(String sAMLProviderArn)
The ARN of the SAML identity provider in IAM from which you want to remove tags.
|
UntagSAMLProviderRequest |
withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagSAMLProviderRequest |
withTagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setSAMLProviderArn(String sAMLProviderArn)
The ARN of the SAML identity 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: _+=,.@-
sAMLProviderArn
- The ARN of the SAML identity 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 getSAMLProviderArn()
The ARN of the SAML identity 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 UntagSAMLProviderRequest withSAMLProviderArn(String sAMLProviderArn)
The ARN of the SAML identity 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: _+=,.@-
sAMLProviderArn
- The ARN of the SAML identity 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 SAML identity 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 SAML identity provider.
tagKeys
- A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified SAML identity provider.public UntagSAMLProviderRequest withTagKeys(String... tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified SAML identity 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 SAML identity provider.public UntagSAMLProviderRequest 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 SAML identity provider.
tagKeys
- A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified SAML identity provider.public String toString()
toString
in class Object
Object.toString()
public UntagSAMLProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()