@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSAMLProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful GetSAMLProvider request.
Constructor and Description |
---|
GetSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
GetSAMLProviderResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time when the SAML provider was created.
|
String |
getSAMLMetadataDocument()
The XML metadata document that includes information about an identity provider.
|
Date |
getValidUntil()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSAMLProviderResult |
withCreateDate(Date createDate)
The date and time when the SAML provider was created.
|
GetSAMLProviderResult |
withSAMLMetadataDocument(String sAMLMetadataDocument)
The XML metadata document that includes information about an identity provider.
|
GetSAMLProviderResult |
withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSAMLMetadataDocument(String sAMLMetadataDocument)
The XML metadata document that includes information about an identity provider.
sAMLMetadataDocument
- The XML metadata document that includes information about an identity provider.public String getSAMLMetadataDocument()
The XML metadata document that includes information about an identity provider.
public GetSAMLProviderResult withSAMLMetadataDocument(String sAMLMetadataDocument)
The XML metadata document that includes information about an identity provider.
sAMLMetadataDocument
- The XML metadata document that includes information about an identity 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 GetSAMLProviderResult 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 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 GetSAMLProviderResult withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
validUntil
- The expiration date and time for the SAML provider.public String toString()
toString
in class Object
Object.toString()
public GetSAMLProviderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.