@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainJoinInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Constructor and Description |
---|
DomainJoinInfo() |
Modifier and Type | Method and Description |
---|---|
DomainJoinInfo |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryName()
The fully qualified name of the directory (for example, corp.example.com).
|
String |
getOrganizationalUnitDistinguishedName()
The distinguished name of the organizational unit for computer accounts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDirectoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
|
void |
setOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
|
String |
toString()
Returns a string representation of this object.
|
DomainJoinInfo |
withDirectoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
|
DomainJoinInfo |
withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
|
public void setDirectoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
directoryName
- The fully qualified name of the directory (for example, corp.example.com).public String getDirectoryName()
The fully qualified name of the directory (for example, corp.example.com).
public DomainJoinInfo withDirectoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
directoryName
- The fully qualified name of the directory (for example, corp.example.com).public void setOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
organizationalUnitDistinguishedName
- The distinguished name of the organizational unit for computer accounts.public String getOrganizationalUnitDistinguishedName()
The distinguished name of the organizational unit for computer accounts.
public DomainJoinInfo withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
organizationalUnitDistinguishedName
- The distinguished name of the organizational unit for computer accounts.public String toString()
toString
in class Object
Object.toString()
public DomainJoinInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.