public class CreateSAMLProviderResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateSAMLProvider request.
Constructor and Description |
---|
CreateSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderResult |
clone() |
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 void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider.public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider.
public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider.public String toString()
toString
in class Object
Object.toString()
public CreateSAMLProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.