public class GetSAMLProviderResult extends Object implements Serializable
Contains the result of a successful invocation of the GetSAMLProvider action.
Constructor and Description |
---|
GetSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getSAMLMetadataDocument()
Constraints:
Length: 1000 - 10000000
public void setSAMLMetadataDocument(String sAMLMetadataDocument)
Constraints:
Length: 1000 - 10000000
sAMLMetadataDocument
- The XML metadata document that includes information about an identity
provider.public GetSAMLProviderResult withSAMLMetadataDocument(String sAMLMetadataDocument)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1000 - 10000000
sAMLMetadataDocument
- The XML metadata document that includes information about an identity
provider.public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate
- The date and time when the SAML provider was created.public GetSAMLProviderResult 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 Date getValidUntil()
public void setValidUntil(Date validUntil)
validUntil
- The expiration date and time for the SAML provider.public GetSAMLProviderResult 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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.