@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FederatedAuthenticationRequest extends Object implements Serializable, Cloneable
The IAM SAML identity provider used for federated authentication.
Constructor and Description |
---|
FederatedAuthenticationRequest() |
Modifier and Type | Method and Description |
---|---|
FederatedAuthenticationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
String |
getSelfServiceSAMLProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
void |
setSelfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
String |
toString()
Returns a string representation of this object.
|
FederatedAuthenticationRequest |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
FederatedAuthenticationRequest |
withSelfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
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 FederatedAuthenticationRequest 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 void setSelfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
selfServiceSAMLProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.public String getSelfServiceSAMLProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
public FederatedAuthenticationRequest withSelfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
selfServiceSAMLProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.public String toString()
toString
in class Object
Object.toString()
public FederatedAuthenticationRequest clone()