@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableLDAPSRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableLDAPSRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableLDAPSRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
String |
getType()
The type of LDAP security to enable.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setType(String type)
The type of LDAP security to enable.
|
String |
toString()
Returns a string representation of this object.
|
EnableLDAPSRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
EnableLDAPSRequest |
withType(LDAPSType type)
The type of LDAP security to enable.
|
EnableLDAPSRequest |
withType(String type)
The type of LDAP security to enable.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public EnableLDAPSRequest withDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public void setType(String type)
The type of LDAP security to enable. Currently only the value Client is supported.
type - The type of LDAP security to enable. Currently only the value Client is supported.LDAPSTypepublic String getType()
The type of LDAP security to enable. Currently only the value Client is supported.
Client is supported.LDAPSTypepublic EnableLDAPSRequest withType(String type)
The type of LDAP security to enable. Currently only the value Client is supported.
type - The type of LDAP security to enable. Currently only the value Client is supported.LDAPSTypepublic EnableLDAPSRequest withType(LDAPSType type)
The type of LDAP security to enable. Currently only the value Client is supported.
type - The type of LDAP security to enable. Currently only the value Client is supported.LDAPSTypepublic String toString()
toString in class ObjectObject.toString()public EnableLDAPSRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.