@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SAMLProviderListEntry extends Object implements Serializable, Cloneable
Contains the list of SAML providers for this account.
Constructor and Description |
---|
SAMLProviderListEntry() |
Modifier and Type | Method and Description |
---|---|
SAMLProviderListEntry |
clone() |
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 void setArn(String arn)
The Amazon Resource Name (ARN) of the SAML provider.
arn
- The Amazon Resource Name (ARN) of the SAML provider.public String getArn()
The Amazon Resource Name (ARN) of the SAML provider.
public SAMLProviderListEntry withArn(String arn)
The Amazon Resource Name (ARN) of the SAML provider.
arn
- The Amazon Resource Name (ARN) of the SAML provider.public void setValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
validUntil
- The expiration date and time for the SAML provider.public Date getValidUntil()
The expiration date and time for the SAML provider.
public SAMLProviderListEntry withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
validUntil
- The expiration date and time for the SAML provider.public void setCreateDate(Date createDate)
The date and time when the SAML provider was created.
createDate
- The date and time when the SAML provider was created.public Date getCreateDate()
The date and time when the SAML provider was created.
public SAMLProviderListEntry withCreateDate(Date createDate)
The date and time when the SAML provider was created.
createDate
- The date and time when the SAML provider was created.public String toString()
toString
in class Object
Object.toString()
public SAMLProviderListEntry clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.