@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainJoinInfo extends Object implements Serializable, Cloneable, StructuredPojo
The DirectoryName and OrganizationalUnitDistinguishedName values, which are used to join domains for the AppStream 2.0 streaming instances.
| 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, such as corp.example.com
|
String |
getOrganizationalUnitDistinguishedName()
The distinguished name of the organizational unit to place the computer account in.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDirectoryName(String directoryName)
The fully qualified name of the directory, such as corp.example.com
|
void |
setOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit to place the computer account in.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DomainJoinInfo |
withDirectoryName(String directoryName)
The fully qualified name of the directory, such as corp.example.com
|
DomainJoinInfo |
withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit to place the computer account in.
|
public void setDirectoryName(String directoryName)
The fully qualified name of the directory, such as corp.example.com
directoryName - The fully qualified name of the directory, such as corp.example.compublic String getDirectoryName()
The fully qualified name of the directory, such as corp.example.com
public DomainJoinInfo withDirectoryName(String directoryName)
The fully qualified name of the directory, such as corp.example.com
directoryName - The fully qualified name of the directory, such as corp.example.compublic void setOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit to place the computer account in.
organizationalUnitDistinguishedName - The distinguished name of the organizational unit to place the computer account in.public String getOrganizationalUnitDistinguishedName()
The distinguished name of the organizational unit to place the computer account in.
public DomainJoinInfo withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit to place the computer account in.
organizationalUnitDistinguishedName - The distinguished name of the organizational unit to place the computer account in.public String toString()
toString in class ObjectObject.toString()public DomainJoinInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.