public class EnableRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
EnableRadius operation.
Enables multi-factor authentication (MFA) with Remote Authentication Dial In User Service (RADIUS) for an AD Connector directory.
NOOP| Constructor and Description |
|---|
EnableRadiusRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableRadiusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to enable MFA for.
|
RadiusSettings |
getRadiusSettings()
A RadiusSettings object that contains information about the
RADIUS server.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to enable MFA for.
|
void |
setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the
RADIUS server.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableRadiusRequest |
withDirectoryId(String directoryId)
The identifier of the directory to enable MFA for.
|
EnableRadiusRequest |
withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the
RADIUS server.
|
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 enable MFA for.public EnableRadiusRequest 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 enable MFA for.public RadiusSettings getRadiusSettings()
public void setRadiusSettings(RadiusSettings radiusSettings)
radiusSettings - A RadiusSettings object that contains information about the
RADIUS server.public EnableRadiusRequest withRadiusSettings(RadiusSettings radiusSettings)
Returns a reference to this object so that method calls can be chained together.
radiusSettings - A RadiusSettings object that contains information about the
RADIUS server.public String toString()
toString in class ObjectObject.toString()public EnableRadiusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.