@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()
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.
|
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, 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 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.LDAPSType
public String getType()
The type of LDAP security to enable. Currently only the value Client
is supported.
Client
is supported.LDAPSType
public 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.LDAPSType
public 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.LDAPSType
public String toString()
toString
in class Object
Object.toString()
public EnableLDAPSRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()