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()
Creates a shallow clone of this request.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public UpdateRadiusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.