@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSAMLProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful UpdateSAMLProvider request.
Constructor and Description |
---|
UpdateSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSAMLProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider that was updated.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateSAMLProviderResult |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider that was updated.public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider that was updated.
public UpdateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateSAMLProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.