public class Trust extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Trust() |
| Modifier and Type | Method and Description |
|---|---|
Trust |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDateTime()
The date and time that the trust relationship was created.
|
String |
getDirectoryId()
The Directory ID of the AWS directory involved in the trust relationship.
|
Date |
getLastUpdatedDateTime()
The date and time that the trust relationship was last updated.
|
String |
getRemoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
|
Date |
getStateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
|
String |
getTrustDirection()
The trust relationship direction.
|
String |
getTrustId()
The unique ID of the trust relationship.
|
String |
getTrustState()
The trust relationship state.
|
String |
getTrustType()
The trust relationship type.
|
int |
hashCode() |
void |
setCreatedDateTime(Date createdDateTime)
The date and time that the trust relationship was created.
|
void |
setDirectoryId(String directoryId)
The Directory ID of the AWS directory involved in the trust relationship.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the trust relationship was last updated.
|
void |
setRemoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
|
void |
setStateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
The date and time that the TrustState was last updated.
|
void |
setTrustDirection(String trustDirection)
The trust relationship direction.
|
void |
setTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
void |
setTrustId(String trustId)
The unique ID of the trust relationship.
|
void |
setTrustState(String trustState)
The trust relationship state.
|
void |
setTrustState(TrustState trustState)
The trust relationship state.
|
void |
setTrustType(String trustType)
The trust relationship type.
|
void |
setTrustType(TrustType trustType)
The trust relationship type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Trust |
withCreatedDateTime(Date createdDateTime)
The date and time that the trust relationship was created.
|
Trust |
withDirectoryId(String directoryId)
The Directory ID of the AWS directory involved in the trust relationship.
|
Trust |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the trust relationship was last updated.
|
Trust |
withRemoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
|
Trust |
withStateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
The date and time that the TrustState was last updated.
|
Trust |
withTrustDirection(String trustDirection)
The trust relationship direction.
|
Trust |
withTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
Trust |
withTrustId(String trustId)
The unique ID of the trust relationship.
|
Trust |
withTrustState(String trustState)
The trust relationship state.
|
Trust |
withTrustState(TrustState trustState)
The trust relationship state.
|
Trust |
withTrustType(String trustType)
The trust relationship type.
|
Trust |
withTrustType(TrustType trustType)
The trust relationship type.
|
public void setDirectoryId(String directoryId)
directoryId - The Directory ID of the AWS directory involved in the trust
relationship.public String getDirectoryId()
public Trust withDirectoryId(String directoryId)
directoryId - The Directory ID of the AWS directory involved in the trust
relationship.public void setTrustId(String trustId)
trustId - The unique ID of the trust relationship.public String getTrustId()
public Trust withTrustId(String trustId)
trustId - The unique ID of the trust relationship.public void setRemoteDomainName(String remoteDomainName)
remoteDomainName - The Fully Qualified Domain Name (FQDN) of the external domain
involved in the trust relationship.public String getRemoteDomainName()
public Trust withRemoteDomainName(String remoteDomainName)
remoteDomainName - The Fully Qualified Domain Name (FQDN) of the external domain
involved in the trust relationship.public void setTrustType(String trustType)
trustType - The trust relationship type.TrustTypepublic String getTrustType()
TrustTypepublic Trust withTrustType(String trustType)
trustType - The trust relationship type.TrustTypepublic void setTrustType(TrustType trustType)
trustType - The trust relationship type.TrustTypepublic Trust withTrustType(TrustType trustType)
trustType - The trust relationship type.TrustTypepublic void setTrustDirection(String trustDirection)
trustDirection - The trust relationship direction.TrustDirectionpublic String getTrustDirection()
TrustDirectionpublic Trust withTrustDirection(String trustDirection)
trustDirection - The trust relationship direction.TrustDirectionpublic void setTrustDirection(TrustDirection trustDirection)
trustDirection - The trust relationship direction.TrustDirectionpublic Trust withTrustDirection(TrustDirection trustDirection)
trustDirection - The trust relationship direction.TrustDirectionpublic void setTrustState(String trustState)
trustState - The trust relationship state.TrustStatepublic String getTrustState()
TrustStatepublic Trust withTrustState(String trustState)
trustState - The trust relationship state.TrustStatepublic void setTrustState(TrustState trustState)
trustState - The trust relationship state.TrustStatepublic Trust withTrustState(TrustState trustState)
trustState - The trust relationship state.TrustStatepublic void setCreatedDateTime(Date createdDateTime)
createdDateTime - The date and time that the trust relationship was created.public Date getCreatedDateTime()
public Trust withCreatedDateTime(Date createdDateTime)
createdDateTime - The date and time that the trust relationship was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
lastUpdatedDateTime - The date and time that the trust relationship was last updated.public Date getLastUpdatedDateTime()
public Trust withLastUpdatedDateTime(Date lastUpdatedDateTime)
lastUpdatedDateTime - The date and time that the trust relationship was last updated.public void setStateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
stateLastUpdatedDateTime - The date and time that the TrustState was last updated.public Date getStateLastUpdatedDateTime()
public Trust withStateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
stateLastUpdatedDateTime - The date and time that the TrustState was last updated.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.