Class GetSAMLProviderResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetSAMLProviderResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetSAMLProvider request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time when the SAML provider was created.The XML metadata document that includes information about an identity provider.The expiration date and time for the SAML provider.int
hashCode()
void
setCreateDate
(Date createDate) The date and time when the SAML provider was created.void
setSAMLMetadataDocument
(String sAMLMetadataDocument) The XML metadata document that includes information about an identity provider.void
setValidUntil
(Date validUntil) The expiration date and time for the SAML provider.toString()
Returns a string representation of this object; useful for testing and debugging.withCreateDate
(Date createDate) The date and time when the SAML provider was created.withSAMLMetadataDocument
(String sAMLMetadataDocument) The XML metadata document that includes information about an identity provider.withValidUntil
(Date validUntil) The expiration date and time for the SAML provider.
-
Constructor Details
-
GetSAMLProviderResult
public GetSAMLProviderResult()
-
-
Method Details
-
setSAMLMetadataDocument
The XML metadata document that includes information about an identity provider.
- Parameters:
sAMLMetadataDocument
- The XML metadata document that includes information about an identity provider.
-
getSAMLMetadataDocument
The XML metadata document that includes information about an identity provider.
- Returns:
- The XML metadata document that includes information about an identity provider.
-
withSAMLMetadataDocument
The XML metadata document that includes information about an identity provider.
- Parameters:
sAMLMetadataDocument
- The XML metadata document that includes information about an identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreateDate
The date and time when the SAML provider was created.
- Parameters:
createDate
- The date and time when the SAML provider was created.
-
getCreateDate
The date and time when the SAML provider was created.
- Returns:
- The date and time when the SAML provider was created.
-
withCreateDate
The date and time when the SAML provider was created.
- Parameters:
createDate
- The date and time when the SAML provider was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValidUntil
The expiration date and time for the SAML provider.
- Parameters:
validUntil
- The expiration date and time for the SAML provider.
-
getValidUntil
The expiration date and time for the SAML provider.
- Returns:
- The expiration date and time for the SAML provider.
-
withValidUntil
The expiration date and time for the SAML provider.
- Parameters:
validUntil
- The expiration date and time for the SAML provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-