@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableClientAuthenticationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableClientAuthenticationRequest() |
Modifier and Type | Method and Description |
---|---|
DisableClientAuthenticationRequest |
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 client authentication to disable.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory
|
void |
setType(String type)
The type of client authentication to disable.
|
String |
toString()
Returns a string representation of this object.
|
DisableClientAuthenticationRequest |
withDirectoryId(String directoryId)
The identifier of the directory
|
DisableClientAuthenticationRequest |
withType(ClientAuthenticationType type)
The type of client authentication to disable.
|
DisableClientAuthenticationRequest |
withType(String type)
The type of client authentication to disable.
|
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 directorypublic String getDirectoryId()
The identifier of the directory
public DisableClientAuthenticationRequest withDirectoryId(String directoryId)
The identifier of the directory
directoryId
- The identifier of the directorypublic void setType(String type)
The type of client authentication to disable. Currently, only the parameter, SmartCard
is supported.
type
- The type of client authentication to disable. Currently, only the parameter, SmartCard
is
supported.ClientAuthenticationType
public String getType()
The type of client authentication to disable. Currently, only the parameter, SmartCard
is supported.
SmartCard
is
supported.ClientAuthenticationType
public DisableClientAuthenticationRequest withType(String type)
The type of client authentication to disable. Currently, only the parameter, SmartCard
is supported.
type
- The type of client authentication to disable. Currently, only the parameter, SmartCard
is
supported.ClientAuthenticationType
public DisableClientAuthenticationRequest withType(ClientAuthenticationType type)
The type of client authentication to disable. Currently, only the parameter, SmartCard
is supported.
type
- The type of client authentication to disable. Currently, only the parameter, SmartCard
is
supported.ClientAuthenticationType
public String toString()
toString
in class Object
Object.toString()
public DisableClientAuthenticationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()