public class DisableRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisableRadius operation.
Disables multi-factor authentication (MFA) with Remote Authentication Dial In User Service (RADIUS) for an AD Connector directory.
NOOP| Constructor and Description |
|---|
DisableRadiusRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableRadiusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to disable MFA for.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to disable MFA for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableRadiusRequest |
withDirectoryId(String directoryId)
The identifier of the directory to disable MFA for.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDirectoryId()
Constraints:
Pattern: ^d-[0-9a-f]{10}$
public void setDirectoryId(String directoryId)
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to disable MFA for.public DisableRadiusRequest withDirectoryId(String directoryId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to disable MFA for.public String toString()
toString in class ObjectObject.toString()public DisableRadiusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.