|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteSAMLProviderRequest
public class DeleteSAMLProviderRequest
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.
AmazonIdentityManagement.deleteSAMLProvider(DeleteSAMLProviderRequest)
,
Serialized FormConstructor 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 |
---|
public DeleteSAMLProviderRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |