public class GetSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable
GetSAMLProvider operation
.
Returns the SAML provider metadocument that was uploaded when the provider was created or updated.
NOTE:This operation requires Signature Version 4.
Constructor and Description |
---|
GetSAMLProviderRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to get information
about.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to get information
about.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSAMLProviderRequest |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to get information
about.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 to get information
about.public GetSAMLProviderRequest 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 to get information
about.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.