@Generated(value="software.amazon.awssdk:codegen") public class DomainJoinInfo extends Object implements StructuredPojo, ToCopyableBuilder<DomainJoinInfo.Builder,DomainJoinInfo>
Contains the information needed for streaming instances to join a domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainJoinInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainJoinInfo.Builder |
builder() |
String |
directoryName()
The fully qualified name of the directory (for example, corp.example.com).
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
organizationalUnitDistinguishedName()
The distinguished name of the organizational unit for computer accounts.
|
static Class<? extends DomainJoinInfo.Builder> |
serializableBuilderClass() |
DomainJoinInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String directoryName()
The fully qualified name of the directory (for example, corp.example.com).
public String organizationalUnitDistinguishedName()
The distinguished name of the organizational unit for computer accounts.
public DomainJoinInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DomainJoinInfo.Builder,DomainJoinInfo>public static DomainJoinInfo.Builder builder()
public static Class<? extends DomainJoinInfo.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.