Class UpdateRadiusRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.directory.model.UpdateRadiusRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class UpdateRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the UpdateRadius operation.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description UpdateRadiusRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRadiusRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetDirectoryId()The identifier of the directory for which to update the RADIUS server information.RadiusSettingsgetRadiusSettings()A RadiusSettings object that contains information about the RADIUS server.inthashCode()voidsetDirectoryId(String directoryId)The identifier of the directory for which to update the RADIUS server information.voidsetRadiusSettings(RadiusSettings radiusSettings)A RadiusSettings object that contains information about the RADIUS server.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateRadiusRequestwithDirectoryId(String directoryId)The identifier of the directory for which to update the RADIUS server information.UpdateRadiusRequestwithRadiusSettings(RadiusSettings radiusSettings)A RadiusSettings object that contains information about the RADIUS server.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setDirectoryId
public void setDirectoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
- Parameters:
directoryId- The identifier of the directory for which to update the RADIUS server information.
-
getDirectoryId
public String getDirectoryId()
The identifier of the directory for which to update the RADIUS server information.
- Returns:
- The identifier of the directory for which to update the RADIUS server information.
-
withDirectoryId
public UpdateRadiusRequest withDirectoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
- Parameters:
directoryId- The identifier of the directory for which to update the RADIUS server information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRadiusSettings
public void setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
- Parameters:
radiusSettings- A RadiusSettings object that contains information about the RADIUS server.
-
getRadiusSettings
public RadiusSettings getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server.
- Returns:
- A RadiusSettings object that contains information about the RADIUS server.
-
withRadiusSettings
public UpdateRadiusRequest withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
- Parameters:
radiusSettings- A RadiusSettings object that contains information about the RADIUS server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateRadiusRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-