Class CreateSAMLProviderResult
- java.lang.Object
-
- com.amazonaws.services.identitymanagement.model.CreateSAMLProviderResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateSAMLProviderResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateSAMLProvider request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSAMLProviderResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSAMLProviderResultclone()booleanequals(Object obj)StringgetSAMLProviderArn()The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.inthashCode()voidsetSAMLProviderArn(String sAMLProviderArn)The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateSAMLProviderResultwithSAMLProviderArn(String sAMLProviderArn)The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
-
-
Method Detail
-
setSAMLProviderArn
public void setSAMLProviderArn(String sAMLProviderArn)
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
public String 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
public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateSAMLProviderResult clone()
-
-