|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetSAMLProviderResult
public class GetSAMLProviderResult
Contains the result of a successful invocation of the GetSAMLProvider action.
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 |
---|
public GetSAMLProviderResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |