@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableLDAPSRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisableLDAPSRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableLDAPSRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DisableLDAPSRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
DisableLDAPSRequest |
withType(LDAPSType type)
The type of LDAP security to enable.
|
DisableLDAPSRequest |
withType(String type)
The type of LDAP security to enable.
|
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, 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 DisableLDAPSRequest 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 DisableLDAPSRequest 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 DisableLDAPSRequest 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 DisableLDAPSRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()