@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the UpdateRadius operation.
NOOP
Constructor and Description |
---|
UpdateRadiusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRadiusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory for which to update the RADIUS server information.
|
RadiusSettings |
getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
|
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 for which to update the RADIUS server information.
|
UpdateRadiusRequest |
withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
directoryId
- The identifier of the directory for which to update the RADIUS server information.public String getDirectoryId()
The identifier of the directory for which to update the RADIUS server information.
public UpdateRadiusRequest withDirectoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
directoryId
- The identifier of the directory for which to update the RADIUS server information.public void setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
radiusSettings
- A RadiusSettings object that contains information about the RADIUS server.public RadiusSettings getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server.
public UpdateRadiusRequest withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.