@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 the customer wants to enable.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setType(String type)
The type of LDAP security the customer wants 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 the customer wants to enable.
|
EnableLDAPSRequest |
withType(String type)
The type of LDAP security the customer wants 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 the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.
type
- The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.LDAPSType
public String getType()
The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.
Client
is supported.LDAPSType
public EnableLDAPSRequest withType(String type)
The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.
type
- The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.LDAPSType
public EnableLDAPSRequest withType(LDAPSType type)
The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.
type
- The type of LDAP security the customer wants to enable. The security can be either server or client, but
currently only the default Client
is supported.LDAPSType
public String toString()
toString
in class Object
Object.toString()
public EnableLDAPSRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.