Class ConnectDirectoryRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Contains the inputs for the ConnectDirectory operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanA DirectoryConnectSettings object that contains additional information for the operation.A textual description for the directory.getName()The fully-qualified name of the on-premises directory, such ascorp.example.com.The password for the on-premises user account.The NetBIOS name of the on-premises directory, such asCORP.getSize()The size of the directory.inthashCode()voidsetConnectSettings(DirectoryConnectSettings connectSettings) A DirectoryConnectSettings object that contains additional information for the operation.voidsetDescription(String description) A textual description for the directory.voidThe fully-qualified name of the on-premises directory, such ascorp.example.com.voidsetPassword(String password) The password for the on-premises user account.voidsetShortName(String shortName) The NetBIOS name of the on-premises directory, such asCORP.voidsetSize(DirectorySize size) The size of the directory.voidThe size of the directory.toString()Returns a string representation of this object; useful for testing and debugging.withConnectSettings(DirectoryConnectSettings connectSettings) A DirectoryConnectSettings object that contains additional information for the operation.withDescription(String description) A textual description for the directory.The fully-qualified name of the on-premises directory, such ascorp.example.com.withPassword(String password) The password for the on-premises user account.withShortName(String shortName) The NetBIOS name of the on-premises directory, such asCORP.withSize(DirectorySize size) The size of the directory.The size of the directory.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ConnectDirectoryRequest
public ConnectDirectoryRequest()
-
-
Method Details
-
setName
The fully-qualified name of the on-premises directory, such as
corp.example.com.- Parameters:
name- The fully-qualified name of the on-premises directory, such ascorp.example.com.
-
getName
The fully-qualified name of the on-premises directory, such as
corp.example.com.- Returns:
- The fully-qualified name of the on-premises directory, such as
corp.example.com.
-
withName
The fully-qualified name of the on-premises directory, such as
corp.example.com.- Parameters:
name- The fully-qualified name of the on-premises directory, such ascorp.example.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setShortName
The NetBIOS name of the on-premises directory, such as
CORP.- Parameters:
shortName- The NetBIOS name of the on-premises directory, such asCORP.
-
getShortName
The NetBIOS name of the on-premises directory, such as
CORP.- Returns:
- The NetBIOS name of the on-premises directory, such as
CORP.
-
withShortName
The NetBIOS name of the on-premises directory, such as
CORP.- Parameters:
shortName- The NetBIOS name of the on-premises directory, such asCORP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPassword
The password for the on-premises user account.
- Parameters:
password- The password for the on-premises user account.
-
getPassword
The password for the on-premises user account.
- Returns:
- The password for the on-premises user account.
-
withPassword
The password for the on-premises user account.
- Parameters:
password- The password for the on-premises user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A textual description for the directory.
- Parameters:
description- A textual description for the directory.
-
getDescription
A textual description for the directory.
- Returns:
- A textual description for the directory.
-
withDescription
A textual description for the directory.
- Parameters:
description- A textual description for the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSize
The size of the directory.
- Parameters:
size- The size of the directory.- See Also:
-
getSize
-
withSize
The size of the directory.
- Parameters:
size- The size of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSize
The size of the directory.
- Parameters:
size- The size of the directory.- See Also:
-
withSize
The size of the directory.
- Parameters:
size- The size of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConnectSettings
A DirectoryConnectSettings object that contains additional information for the operation.
- Parameters:
connectSettings- A DirectoryConnectSettings object that contains additional information for the operation.
-
getConnectSettings
A DirectoryConnectSettings object that contains additional information for the operation.
- Returns:
- A DirectoryConnectSettings object that contains additional information for the operation.
-
withConnectSettings
A DirectoryConnectSettings object that contains additional information for the operation.
- Parameters:
connectSettings- A DirectoryConnectSettings object that contains additional information for the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-