StructuredPojo
, ToCopyableBuilder<Trust.Builder,Trust>
@Generated("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 | Description |
---|---|---|
static interface |
Trust.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Trust.Builder |
builder() |
|
Date |
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) |
|
int |
hashCode() |
|
Date |
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() |
|
Date |
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() |
|
String |
trustDirection() |
The trust relationship direction.
|
String |
trustId() |
The unique ID of the trust relationship.
|
String |
trustState() |
The trust relationship state.
|
String |
trustStateReason() |
The reason for the TrustState.
|
String |
trustType() |
The trust relationship type.
|
public 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 String trustType()
The trust relationship type.
TrustType
public String trustDirection()
The trust relationship direction.
TrustDirection
public String trustState()
The trust relationship state.
TrustState
public Date createdDateTime()
The date and time that the trust relationship was created.
public Date lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
public Date stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
public String trustStateReason()
The reason for the TrustState.
public Trust.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Trust.Builder,Trust>
public static Trust.Builder builder()
public static Class<? extends Trust.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.