Class UpdateSAMLProviderResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful UpdateSAMLProvider request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the SAML provider that was updated.int
hashCode()
void
setSAMLProviderArn
(String sAMLProviderArn) The Amazon Resource Name (ARN) of the SAML provider that was updated.toString()
Returns a string representation of this object; useful for testing and debugging.withSAMLProviderArn
(String sAMLProviderArn) The Amazon Resource Name (ARN) of the SAML provider that was updated.
-
Constructor Details
-
UpdateSAMLProviderResult
public UpdateSAMLProviderResult()
-
-
Method Details
-
setSAMLProviderArn
The Amazon Resource Name (ARN) of the SAML provider that was updated.
- Parameters:
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider that was updated.
-
getSAMLProviderArn
The Amazon Resource Name (ARN) of the SAML provider that was updated.
- Returns:
- The Amazon Resource Name (ARN) of the SAML provider that was updated.
-
withSAMLProviderArn
The Amazon Resource Name (ARN) of the SAML provider that was updated.
- Parameters:
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-