public class SAMLProviderListEntry
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the list of SAML providers for this account.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
arn
The Amazon Resource Name (ARN) of the SAML provider.
|
private java.util.Date |
createDate
The date and time when the SAML provider was created.
|
private java.util.Date |
validUntil
The expiration date and time for the SAML provider.
|
Constructor and Description |
---|
SAMLProviderListEntry() |
Modifier and Type | Method and Description |
---|---|
SAMLProviderListEntry |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the SAML provider.
|
java.util.Date |
getCreateDate()
The date and time when the SAML provider was created.
|
java.util.Date |
getValidUntil()
The expiration date and time for the SAML provider.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the SAML provider.
|
void |
setCreateDate(java.util.Date createDate)
The date and time when the SAML provider was created.
|
void |
setValidUntil(java.util.Date validUntil)
The expiration date and time for the SAML provider.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SAMLProviderListEntry |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the SAML provider.
|
SAMLProviderListEntry |
withCreateDate(java.util.Date createDate)
The date and time when the SAML provider was created.
|
SAMLProviderListEntry |
withValidUntil(java.util.Date validUntil)
The expiration date and time for the SAML provider.
|
private java.lang.String arn
The Amazon Resource Name (ARN) of the SAML provider.
private java.util.Date validUntil
The expiration date and time for the SAML provider.
private java.util.Date createDate
The date and time when the SAML provider was created.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the SAML provider.
arn
- The Amazon Resource Name (ARN) of the SAML provider.public java.lang.String getArn()
The Amazon Resource Name (ARN) of the SAML provider.
public SAMLProviderListEntry withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the SAML provider.
arn
- The Amazon Resource Name (ARN) of the SAML provider.public void setValidUntil(java.util.Date validUntil)
The expiration date and time for the SAML provider.
validUntil
- The expiration date and time for the SAML provider.public java.util.Date getValidUntil()
The expiration date and time for the SAML provider.
public SAMLProviderListEntry withValidUntil(java.util.Date validUntil)
The expiration date and time for the SAML provider.
validUntil
- The expiration date and time for the SAML provider.public void setCreateDate(java.util.Date createDate)
The date and time when the SAML provider was created.
createDate
- The date and time when the SAML provider was created.public java.util.Date getCreateDate()
The date and time when the SAML provider was created.
public SAMLProviderListEntry withCreateDate(java.util.Date createDate)
The date and time when the SAML provider was created.
createDate
- The date and time when the SAML provider was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SAMLProviderListEntry clone()
clone
in class java.lang.Object