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 |
getTrustStateReason()
The reason for the TrustState.
|
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 |
setTrustStateReason(String trustStateReason)
The reason for the TrustState.
|
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 |
withTrustStateReason(String trustStateReason)
The reason for the TrustState.
|
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.TrustType
public String getTrustType()
TrustType
public Trust withTrustType(String trustType)
trustType
- The trust relationship type.TrustType
public void setTrustType(TrustType trustType)
trustType
- The trust relationship type.TrustType
public Trust withTrustType(TrustType trustType)
trustType
- The trust relationship type.TrustType
public void setTrustDirection(String trustDirection)
trustDirection
- The trust relationship direction.TrustDirection
public String getTrustDirection()
TrustDirection
public Trust withTrustDirection(String trustDirection)
trustDirection
- The trust relationship direction.TrustDirection
public void setTrustDirection(TrustDirection trustDirection)
trustDirection
- The trust relationship direction.TrustDirection
public Trust withTrustDirection(TrustDirection trustDirection)
trustDirection
- The trust relationship direction.TrustDirection
public void setTrustState(String trustState)
trustState
- The trust relationship state.TrustState
public String getTrustState()
TrustState
public Trust withTrustState(String trustState)
trustState
- The trust relationship state.TrustState
public void setTrustState(TrustState trustState)
trustState
- The trust relationship state.TrustState
public Trust withTrustState(TrustState trustState)
trustState
- The trust relationship state.TrustState
public 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 void setTrustStateReason(String trustStateReason)
The reason for the TrustState.
trustStateReason
- The reason for the TrustState.public String getTrustStateReason()
The reason for the TrustState.
public Trust withTrustStateReason(String trustStateReason)
The reason for the TrustState.
trustStateReason
- The reason for the TrustState.public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.