public class CreateSAMLProviderResult extends Object implements Serializable
Contains the result of a successful invocation of the CreateSAMLProvider action.
Constructor and Description |
---|
CreateSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getSAMLProviderArn()
Constraints:
Length: 20 - 2048
public void setSAMLProviderArn(String sAMLProviderArn)
Constraints:
Length: 20 - 2048
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider.public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.