#[non_exhaustive]pub struct DescribeDomainControllersInput { /* private fields */ }Implementations
sourceimpl DescribeDomainControllersInput
impl DescribeDomainControllersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainControllers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainControllers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDomainControllers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainControllersInput.
sourceimpl DescribeDomainControllersInput
impl DescribeDomainControllersInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
Identifier of the directory for which to retrieve the domain controller information.
sourcepub fn domain_controller_ids(&self) -> Option<&[String]>
pub fn domain_controller_ids(&self) -> Option<&[String]>
A list of identifiers for the domain controllers whose information will be provided.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.
Trait Implementations
sourceimpl Clone for DescribeDomainControllersInput
impl Clone for DescribeDomainControllersInput
sourcefn clone(&self) -> DescribeDomainControllersInput
fn clone(&self) -> DescribeDomainControllersInput
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 PartialEq<DescribeDomainControllersInput> for DescribeDomainControllersInput
impl PartialEq<DescribeDomainControllersInput> for DescribeDomainControllersInput
sourcefn eq(&self, other: &DescribeDomainControllersInput) -> bool
fn eq(&self, other: &DescribeDomainControllersInput) -> bool
impl StructuralPartialEq for DescribeDomainControllersInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDomainControllersInput
impl Send for DescribeDomainControllersInput
impl Sync for DescribeDomainControllersInput
impl Unpin for DescribeDomainControllersInput
impl UnwindSafe for DescribeDomainControllersInput
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