public class UpdateRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateRadius operation.
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.
NOOP| Constructor and Description |
|---|
UpdateRadiusRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRadiusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to update the RADIUS server
information 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 update the RADIUS server
information 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.
|
UpdateRadiusRequest |
withDirectoryId(String directoryId)
The identifier of the directory to update the RADIUS server
information for.
|
UpdateRadiusRequest |
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 update the RADIUS server
information for.public UpdateRadiusRequest 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 update the RADIUS server
information for.public RadiusSettings getRadiusSettings()
public void setRadiusSettings(RadiusSettings radiusSettings)
radiusSettings - A RadiusSettings object that contains information about the
RADIUS server.public UpdateRadiusRequest 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 UpdateRadiusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.