Class CreateSAMLProviderResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.CreateSAMLProviderResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful CreateSAMLProvider request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.int
hashCode()
void
setSAMLProviderArn
(String sAMLProviderArn) The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.toString()
Returns a string representation of this object; useful for testing and debugging.withSAMLProviderArn
(String sAMLProviderArn) The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
Constructor Details
-
CreateSAMLProviderResult
public CreateSAMLProviderResult()
-
-
Method Details
-
setSAMLProviderArn
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
- Parameters:
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
getSAMLProviderArn
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
- Returns:
- The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
withSAMLProviderArn
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
- Parameters:
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.- 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
-