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 new SAML provider resource in IAM.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
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 new SAML provider resource in IAM.
|
public void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource
in IAM.public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource
in IAM.public String toString()
toString
in class Object
Object.toString()
public CreateSAMLProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.