public class SAMLProviderListEntry extends Object implements Serializable
The list of SAML providers for this account.
| Constructor and Description |
|---|
SAMLProviderListEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the SAML provider.
|
Date |
getCreateDate()
The date and time when the SAML provider was created.
|
Date |
getValidUntil()
The expiration date and time for the SAML provider.
|
int |
hashCode() |
void |
setArn(String arn)
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SAMLProviderListEntry |
withArn(String arn)
The Amazon Resource Name (ARN) of the SAML provider.
|
SAMLProviderListEntry |
withCreateDate(Date createDate)
The date and time when the SAML provider was created.
|
SAMLProviderListEntry |
withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
|
public String getArn()
Constraints:
Length: 20 - 2048
public void setArn(String arn)
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN) of the SAML provider.public SAMLProviderListEntry withArn(String arn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN) of the SAML provider.public Date getValidUntil()
public void setValidUntil(Date validUntil)
validUntil - The expiration date and time for the SAML provider.public SAMLProviderListEntry withValidUntil(Date validUntil)
Returns a reference to this object so that method calls can be chained together.
validUntil - The expiration date and time for the SAML provider.public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate - The date and time when the SAML provider was created.public SAMLProviderListEntry withCreateDate(Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate - The date and time when the SAML provider was created.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.