public class DeleteSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteSAMLProvider operation.
Deletes a SAML provider.
Deleting the provider does not update any roles that reference the SAML provider as a principal in their trust policies. Any attempt to assume a role that references a SAML provider that has been deleted will fail.
NOTE: This operation requires Signature Version 4.
NOOP| Constructor and Description |
|---|
DeleteSAMLProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSAMLProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to delete.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSAMLProviderRequest |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getSAMLProviderArn()
Constraints:
Length: 20 - 2048
public void setSAMLProviderArn(String sAMLProviderArn)
Constraints:
Length: 20 - 2048
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to delete.public DeleteSAMLProviderRequest withSAMLProviderArn(String sAMLProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to delete.public String toString()
toString in class ObjectObject.toString()public DeleteSAMLProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.