Class ConnectDirectoryRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Contains the inputs for the ConnectDirectory operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A 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.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
The fully-qualified name of the on-premises directory, such ascorp.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 asCORP
.void
setSize
(DirectorySize size) The size of the directory.void
The 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 com.amazonaws.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
The size of the directory.
- Returns:
- 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:
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-