public class ConnectDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the ConnectDirectory operation.
NOOP| Constructor and Description |
|---|
ConnectDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
ConnectDirectoryRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
DirectoryConnectSettings |
getConnectSettings()
A DirectoryConnectSettings object that contains additional
information for the operation.
|
String |
getDescription()
A textual description for the directory.
|
String |
getName()
The fully-qualified name of the on-premises directory, such as
corp.example.com. |
String |
getPassword()
The password for the on-premises user account.
|
String |
getShortName()
The NetBIOS name of the on-premises directory, such as
CORP. |
String |
getSize()
The size of the directory.
|
int |
hashCode() |
void |
setConnectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional
information for the operation.
|
void |
setDescription(String description)
A textual description for the directory.
|
void |
setName(String name)
The fully-qualified name of the on-premises directory, such as
corp.example.com. |
void |
setPassword(String password)
The password for the on-premises user account.
|
void |
setShortName(String shortName)
The NetBIOS name of the on-premises directory, such as
CORP. |
void |
setSize(DirectorySize size)
The size of the directory.
|
void |
setSize(String size)
The size of the directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConnectDirectoryRequest |
withConnectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional
information for the operation.
|
ConnectDirectoryRequest |
withDescription(String description)
A textual description for the directory.
|
ConnectDirectoryRequest |
withName(String name)
The fully-qualified name of the on-premises directory, such as
corp.example.com. |
ConnectDirectoryRequest |
withPassword(String password)
The password for the on-premises user account.
|
ConnectDirectoryRequest |
withShortName(String shortName)
The NetBIOS name of the on-premises directory, such as
CORP. |
ConnectDirectoryRequest |
withSize(DirectorySize size)
The size of the directory.
|
ConnectDirectoryRequest |
withSize(String size)
The size of the directory.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The fully-qualified name of the on-premises directory, such as
corp.example.com.
name - The fully-qualified name of the on-premises directory, such as
corp.example.com.public String getName()
The fully-qualified name of the on-premises directory, such as
corp.example.com.
corp.example.com.public ConnectDirectoryRequest withName(String name)
The fully-qualified name of the on-premises directory, such as
corp.example.com.
name - The fully-qualified name of the on-premises directory, such as
corp.example.com.public void setShortName(String shortName)
The NetBIOS name of the on-premises directory, such as CORP.
shortName - The NetBIOS name of the on-premises directory, such as
CORP.public String getShortName()
The NetBIOS name of the on-premises directory, such as CORP.
CORP.public ConnectDirectoryRequest withShortName(String shortName)
The NetBIOS name of the on-premises directory, such as CORP.
shortName - The NetBIOS name of the on-premises directory, such as
CORP.public void setPassword(String password)
The password for the on-premises user account.
password - The password for the on-premises user account.public String getPassword()
The password for the on-premises user account.
public ConnectDirectoryRequest withPassword(String password)
The password for the on-premises user account.
password - The password for the on-premises user account.public void setDescription(String description)
A textual description for the directory.
description - A textual description for the directory.public String getDescription()
A textual description for the directory.
public ConnectDirectoryRequest withDescription(String description)
A textual description for the directory.
description - A textual description for the directory.public void setSize(String size)
The size of the directory.
size - The size of the directory.DirectorySizepublic String getSize()
The size of the directory.
DirectorySizepublic ConnectDirectoryRequest withSize(String size)
The size of the directory.
size - The size of the directory.DirectorySizepublic void setSize(DirectorySize size)
The size of the directory.
size - The size of the directory.DirectorySizepublic ConnectDirectoryRequest withSize(DirectorySize size)
The size of the directory.
size - The size of the directory.DirectorySizepublic void setConnectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional information for the operation.
connectSettings - A DirectoryConnectSettings object that contains additional
information for the operation.public DirectoryConnectSettings getConnectSettings()
A DirectoryConnectSettings object that contains additional information for the operation.
public ConnectDirectoryRequest withConnectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional information for the operation.
connectSettings - A DirectoryConnectSettings object that contains additional
information for the operation.public String toString()
toString in class ObjectObject.toString()public ConnectDirectoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.