com.amazonaws.services.identitymanagement.model
Class CreateSAMLProviderResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.CreateSAMLProviderResult
All Implemented Interfaces:
Serializable

public class CreateSAMLProviderResult
extends Object
implements Serializable

Contains the result of a successful invocation of the CreateSAMLProvider action.

See Also:
Serialized Form

Constructor Summary
CreateSAMLProviderResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSAMLProviderArn()
          The Amazon Resource Name (ARN) of the SAML provider.
 int hashCode()
           
 void setSAMLProviderArn(String sAMLProviderArn)
          The Amazon Resource Name (ARN) of the SAML provider.
 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 SAML provider.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateSAMLProviderResult

public CreateSAMLProviderResult()
Method Detail

getSAMLProviderArn

public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider.

Constraints:
Length: 20 - 2048

Returns:
The Amazon Resource Name (ARN) of the SAML provider.

setSAMLProviderArn

public void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider.

Constraints:
Length: 20 - 2048

Parameters:
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider.

withSAMLProviderArn

public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 20 - 2048

Parameters:
sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.