Cloneable
, ReadLimitInfo
, ToCopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
@Generated("software.amazon.awssdk:codegen") public class EnableRadiusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
Contains the inputs for the EnableRadius operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnableRadiusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static EnableRadiusRequest.Builder |
builder() |
|
String |
directoryId() |
The identifier of the directory for which to enable MFA.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
RadiusSettings |
radiusSettings() |
A RadiusSettings object that contains information about the RADIUS server.
|
static Class<? extends EnableRadiusRequest.Builder> |
serializableBuilderClass() |
|
EnableRadiusRequest.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 enable MFA.
public RadiusSettings radiusSettings()
A RadiusSettings object that contains information about the RADIUS server.
public EnableRadiusRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
public static EnableRadiusRequest.Builder builder()
public static Class<? extends EnableRadiusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.