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 CreateSAMLProviderResult
clone()
boolean
equals(Object obj)
String
getSAMLProviderArn()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateSAMLProviderResult
withSAMLProviderArn(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateSAMLProviderResult clone()
-
-