Class SAMLProviderListEntry
java.lang.Object
com.amazonaws.services.identitymanagement.model.SAMLProviderListEntry
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the list of SAML providers for this account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getArn()
The Amazon Resource Name (ARN) of the SAML provider.The date and time when the SAML provider was created.The expiration date and time for the SAML provider.int
hashCode()
void
The Amazon Resource Name (ARN) of the SAML provider.void
setCreateDate
(Date createDate) The date and time when the SAML provider was created.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.The Amazon Resource Name (ARN) of the SAML provider.withCreateDate
(Date createDate) The date and time when the SAML provider was created.withValidUntil
(Date validUntil) The expiration date and time for the SAML provider.
-
Constructor Details
-
SAMLProviderListEntry
public SAMLProviderListEntry()
-
-
Method Details
-
setArn
The Amazon Resource Name (ARN) of the SAML provider.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the SAML provider.
-
getArn
The Amazon Resource Name (ARN) of the SAML provider.
- Returns:
- The Amazon Resource Name (ARN) of the SAML provider.
-
withArn
The Amazon Resource Name (ARN) of the SAML provider.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the SAML provider.- 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.
-
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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-