@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)
Marshalls this structured data using the given
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.