Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateRadiusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
Contains the inputs for the UpdateRadius operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateRadiusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateRadiusRequest.Builder |
builder() |
|
String |
directoryId() |
The identifier of the directory for which to update the RADIUS server information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
RadiusSettings |
radiusSettings() |
A RadiusSettings object that contains information about the RADIUS server.
|
static Class<? extends UpdateRadiusRequest.Builder> |
serializableBuilderClass() |
|
UpdateRadiusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
The identifier of the directory for which to update the RADIUS server information.
public RadiusSettings radiusSettings()
A RadiusSettings object that contains information about the RADIUS server.
public UpdateRadiusRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
public static UpdateRadiusRequest.Builder builder()
public static Class<? extends UpdateRadiusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.