com.amazonaws.services.identitymanagement.model
Class DeleteSAMLProviderRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.identitymanagement.model.DeleteSAMLProviderRequest
All Implemented Interfaces:
Serializable

public class DeleteSAMLProviderRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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.

See Also:
AmazonIdentityManagement.deleteSAMLProvider(DeleteSAMLProviderRequest), Serialized Form

Constructor Summary
DeleteSAMLProviderRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteSAMLProviderRequest

public DeleteSAMLProviderRequest()
Method Detail

getSAMLProviderArn

public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to delete.

Constraints:
Length: 20 - 2048

Returns:
The Amazon Resource Name (ARN) of the SAML provider to delete.

setSAMLProviderArn

public void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to delete.

Constraints:
Length: 20 - 2048

Parameters:
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to delete.

withSAMLProviderArn

public DeleteSAMLProviderRequest withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to delete.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 20 - 2048

Parameters:
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.