|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderRequest
public class UpdateSAMLProviderRequest
Container for the parameters to the UpdateSAMLProvider operation
.
Updates the metadata document for an existing SAML provider.
NOTE:This operation requires Signature Version 4.
AmazonIdentityManagement.updateSAMLProvider(UpdateSAMLProviderRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdateSAMLProviderRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getSAMLMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0. |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to update. |
int |
hashCode()
|
void |
setSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0. |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateSAMLProviderRequest |
withSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0. |
UpdateSAMLProviderRequest |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateSAMLProviderRequest()
Method Detail |
---|
public String getSAMLMetadataDocument()
Constraints:
Length: 1000 - 10000000
public void setSAMLMetadataDocument(String sAMLMetadataDocument)
Constraints:
Length: 1000 - 10000000
sAMLMetadataDocument
- An XML document generated by an identity provider (IdP) that supports
SAML 2.0. The document includes the issuer's name, expiration
information, and keys that can be used to validate the SAML
authentication response (assertions) that are received from the IdP.
You must generate the metadata document using the identity management
software that is used as your organization's IdP.public UpdateSAMLProviderRequest withSAMLMetadataDocument(String sAMLMetadataDocument)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1000 - 10000000
sAMLMetadataDocument
- An XML document generated by an identity provider (IdP) that supports
SAML 2.0. The document includes the issuer's name, expiration
information, and keys that can be used to validate the SAML
authentication response (assertions) that are received from the IdP.
You must generate the metadata document using the identity management
software that is used as your organization's IdP.
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 update.public UpdateSAMLProviderRequest 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 update.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |