public class CreateSAMLProviderResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful CreateSAMLProvider request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
sAMLProviderArn
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
Constructor and Description |
---|
CreateSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
int |
hashCode() |
void |
setSAMLProviderArn(java.lang.String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSAMLProviderResult |
withSAMLProviderArn(java.lang.String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
private java.lang.String sAMLProviderArn
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
public void setSAMLProviderArn(java.lang.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 java.lang.String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
public CreateSAMLProviderResult withSAMLProviderArn(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateSAMLProviderResult clone()
clone
in class java.lang.Object