com.amazonaws.services.identitymanagement.model
Class GetSAMLProviderResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetSAMLProviderResult
All Implemented Interfaces:
Serializable

public class GetSAMLProviderResult
extends Object
implements Serializable

Contains the result of a successful invocation of the GetSAMLProvider action.

See Also:
Serialized Form

Constructor Summary
GetSAMLProviderResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSAMLProviderResult

public GetSAMLProviderResult()
Method Detail

getSAMLMetadataDocument

public String getSAMLMetadataDocument()
The XML metadata document that includes information about an identity provider.

Constraints:
Length: 1000 - 10000000

Returns:
The XML metadata document that includes information about an identity provider.

setSAMLMetadataDocument

public void setSAMLMetadataDocument(String sAMLMetadataDocument)
The XML metadata document that includes information about an identity provider.

Constraints:
Length: 1000 - 10000000

Parameters:
sAMLMetadataDocument - The XML metadata document that includes information about an identity provider.

withSAMLMetadataDocument

public GetSAMLProviderResult withSAMLMetadataDocument(String sAMLMetadataDocument)
The XML metadata document that includes information about an identity provider.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1000 - 10000000

Parameters:
sAMLMetadataDocument - The XML metadata document that includes information about an identity provider.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreateDate

public Date getCreateDate()
The date and time when the SAML provider was created.

Returns:
The date and time when the SAML provider was created.

setCreateDate

public void setCreateDate(Date createDate)
The date and time when the SAML provider was created.

Parameters:
createDate - The date and time when the SAML provider was created.

withCreateDate

public GetSAMLProviderResult withCreateDate(Date createDate)
The date and time when the SAML provider was created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
createDate - The date and time when the SAML provider was created.
Returns:
A reference to this updated object so that method calls can be chained together.

getValidUntil

public Date getValidUntil()
The expiration date and time for the SAML provider.

Returns:
The expiration date and time for the SAML provider.

setValidUntil

public void setValidUntil(Date validUntil)
The expiration date and time for the SAML provider.

Parameters:
validUntil - The expiration date and time for the SAML provider.

withValidUntil

public GetSAMLProviderResult withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.

Returns a reference to this object so that method calls can be chained together.

Parameters:
validUntil - The expiration date and time for the SAML provider.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.