@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FederatedAuthentication extends Object implements Serializable, Cloneable
Describes the IAM SAML identity provider used for federated authentication.
Constructor and Description |
---|
FederatedAuthentication() |
Modifier and Type | Method and Description |
---|---|
FederatedAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
int |
hashCode() |
void |
setSamlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
String |
toString()
Returns a string representation of this object.
|
FederatedAuthentication |
withSamlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
public void setSamlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
samlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider.public String getSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
public FederatedAuthentication withSamlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
samlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider.public String toString()
toString
in class Object
Object.toString()
public FederatedAuthentication clone()