@Generated(value="software.amazon.awssdk:codegen") public class Trust extends Object implements StructuredPojo, ToCopyableBuilder<Trust.Builder,Trust>
Describes a trust relationship between an Microsoft AD in the AWS cloud 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 AWS directory involved in the trust relationship.
|
boolean |
equals(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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
|
static Class<? extends Trust.Builder> |
serializableBuilderClass() |
Instant |
stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
|
Trust.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
copypublic String directoryId()
The Directory ID of the AWS directory involved in the trust relationship.
public String trustId()
The unique ID of the trust relationship.
public String remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
public TrustType trustType()
The trust relationship type.
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().
TrustTypepublic String trustTypeAsString()
The trust relationship type.
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().
TrustTypepublic 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 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 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 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 Instant createdDateTime()
The date and time that the trust relationship was created.
public Instant lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
public Instant stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
public String trustStateReason()
The reason for the TrustState.
public Trust.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Trust.Builder,Trust>public static Trust.Builder builder()
public static Class<? extends Trust.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.