Struct aws_sdk_directory::input::UpdateRadiusInput
source · [−]#[non_exhaustive]pub struct UpdateRadiusInput { /* private fields */ }Expand description
Contains the inputs for the UpdateRadius operation.
Implementations
sourceimpl UpdateRadiusInput
impl UpdateRadiusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRadius, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRadius, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRadius>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRadiusInput.
sourceimpl UpdateRadiusInput
impl UpdateRadiusInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory for which to update the RADIUS server information.
sourcepub fn radius_settings(&self) -> Option<&RadiusSettings>
pub fn radius_settings(&self) -> Option<&RadiusSettings>
A RadiusSettings object that contains information about the RADIUS server.
Trait Implementations
sourceimpl Clone for UpdateRadiusInput
impl Clone for UpdateRadiusInput
sourcefn clone(&self) -> UpdateRadiusInput
fn clone(&self) -> UpdateRadiusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateRadiusInput
impl Debug for UpdateRadiusInput
sourceimpl PartialEq<UpdateRadiusInput> for UpdateRadiusInput
impl PartialEq<UpdateRadiusInput> for UpdateRadiusInput
sourcefn eq(&self, other: &UpdateRadiusInput) -> bool
fn eq(&self, other: &UpdateRadiusInput) -> bool
impl StructuralPartialEq for UpdateRadiusInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRadiusInput
impl Send for UpdateRadiusInput
impl Sync for UpdateRadiusInput
impl Unpin for UpdateRadiusInput
impl UnwindSafe for UpdateRadiusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more