@Generated(value="software.amazon.awssdk:codegen") public final class Trust extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Trust.Builder,Trust>
Describes a trust relationship between an Managed Microsoft AD directory and an external domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Trust.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Trust.Builder |
builder() |
Instant |
createdDateTime()
The date and time that the trust relationship was created.
|
String |
directoryId()
The Directory ID of the Amazon Web Services directory involved in the trust relationship.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
|
String |
remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
|
List<SdkField<?>> |
sdkFields() |
SelectiveAuth |
selectiveAuth()
Current state of selective authentication for the trust.
|
String |
selectiveAuthAsString()
Current state of selective authentication for the trust.
|
static Class<? extends Trust.Builder> |
serializableBuilderClass() |
Instant |
stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
|
Trust.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrustDirection |
trustDirection()
The trust relationship direction.
|
String |
trustDirectionAsString()
The trust relationship direction.
|
String |
trustId()
The unique ID of the trust relationship.
|
TrustState |
trustState()
The trust relationship state.
|
String |
trustStateAsString()
The trust relationship state.
|
String |
trustStateReason()
The reason for the TrustState.
|
TrustType |
trustType()
The trust relationship type.
|
String |
trustTypeAsString()
The trust relationship type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
The Directory ID of the Amazon Web Services directory involved in the trust relationship.
public final String trustId()
The unique ID of the trust relationship.
public final String remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
public final TrustType trustType()
The trust relationship type. Forest is the default.
If the service returns an enum value that is not available in the current SDK version, trustType will
return TrustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustTypeAsString().
Forest is the default.TrustTypepublic final String trustTypeAsString()
The trust relationship type. Forest is the default.
If the service returns an enum value that is not available in the current SDK version, trustType will
return TrustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustTypeAsString().
Forest is the default.TrustTypepublic final TrustDirection trustDirection()
The trust relationship direction.
If the service returns an enum value that is not available in the current SDK version, trustDirection
will return TrustDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trustDirectionAsString().
TrustDirectionpublic final String trustDirectionAsString()
The trust relationship direction.
If the service returns an enum value that is not available in the current SDK version, trustDirection
will return TrustDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trustDirectionAsString().
TrustDirectionpublic final TrustState trustState()
The trust relationship state.
If the service returns an enum value that is not available in the current SDK version, trustState will
return TrustState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustStateAsString().
TrustStatepublic final String trustStateAsString()
The trust relationship state.
If the service returns an enum value that is not available in the current SDK version, trustState will
return TrustState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustStateAsString().
TrustStatepublic final Instant createdDateTime()
The date and time that the trust relationship was created.
public final Instant lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
public final Instant stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
public final String trustStateReason()
The reason for the TrustState.
public final SelectiveAuth selectiveAuth()
Current state of selective authentication for the trust.
If the service returns an enum value that is not available in the current SDK version, selectiveAuth
will return SelectiveAuth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
selectiveAuthAsString().
SelectiveAuthpublic final String selectiveAuthAsString()
Current state of selective authentication for the trust.
If the service returns an enum value that is not available in the current SDK version, selectiveAuth
will return SelectiveAuth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
selectiveAuthAsString().
SelectiveAuthpublic Trust.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Trust.Builder,Trust>public static Trust.Builder builder()
public static Class<? extends Trust.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.