@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.DirectorySize
public String getSize()
The size of the directory.
DirectorySize
public ConnectDirectoryRequest withSize(String size)
The size of the directory.
size
- The size of the directory.DirectorySize
public void setSize(DirectorySize size)
The size of the directory.
size
- The size of the directory.DirectorySize
public ConnectDirectoryRequest withSize(DirectorySize size)
The size of the directory.
size
- The size of the directory.DirectorySize
public 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 Object
Object.toString()
public ConnectDirectoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.