Struct aws_sdk_directory::operation::create_microsoft_ad::builders::CreateMicrosoftAdOutputBuilder
source · #[non_exhaustive]pub struct CreateMicrosoftAdOutputBuilder { /* private fields */ }Expand description
A builder for CreateMicrosoftAdOutput.
Implementations§
source§impl CreateMicrosoftAdOutputBuilder
impl CreateMicrosoftAdOutputBuilder
sourcepub fn directory_id(self, input: impl Into<String>) -> Self
pub fn directory_id(self, input: impl Into<String>) -> Self
The identifier of the directory that was created.
sourcepub fn set_directory_id(self, input: Option<String>) -> Self
pub fn set_directory_id(self, input: Option<String>) -> Self
The identifier of the directory that was created.
sourcepub fn build(self) -> CreateMicrosoftAdOutput
pub fn build(self) -> CreateMicrosoftAdOutput
Consumes the builder and constructs a CreateMicrosoftAdOutput.
Trait Implementations§
source§impl Clone for CreateMicrosoftAdOutputBuilder
impl Clone for CreateMicrosoftAdOutputBuilder
source§fn clone(&self) -> CreateMicrosoftAdOutputBuilder
fn clone(&self) -> CreateMicrosoftAdOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateMicrosoftAdOutputBuilder
impl Default for CreateMicrosoftAdOutputBuilder
source§fn default() -> CreateMicrosoftAdOutputBuilder
fn default() -> CreateMicrosoftAdOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateMicrosoftAdOutputBuilder> for CreateMicrosoftAdOutputBuilder
impl PartialEq<CreateMicrosoftAdOutputBuilder> for CreateMicrosoftAdOutputBuilder
source§fn eq(&self, other: &CreateMicrosoftAdOutputBuilder) -> bool
fn eq(&self, other: &CreateMicrosoftAdOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.