Struct aws_sdk_applicationinsights::operation::add_workload::builders::AddWorkloadOutputBuilder
source · #[non_exhaustive]pub struct AddWorkloadOutputBuilder { /* private fields */ }
Expand description
A builder for AddWorkloadOutput
.
Implementations§
source§impl AddWorkloadOutputBuilder
impl AddWorkloadOutputBuilder
sourcepub fn workload_id(self, input: impl Into<String>) -> Self
pub fn workload_id(self, input: impl Into<String>) -> Self
The ID of the workload.
sourcepub fn set_workload_id(self, input: Option<String>) -> Self
pub fn set_workload_id(self, input: Option<String>) -> Self
The ID of the workload.
sourcepub fn get_workload_id(&self) -> &Option<String>
pub fn get_workload_id(&self) -> &Option<String>
The ID of the workload.
sourcepub fn workload_configuration(self, input: WorkloadConfiguration) -> Self
pub fn workload_configuration(self, input: WorkloadConfiguration) -> Self
The configuration settings of the workload. The value is the escaped JSON of the configuration.
sourcepub fn set_workload_configuration(
self,
input: Option<WorkloadConfiguration>
) -> Self
pub fn set_workload_configuration( self, input: Option<WorkloadConfiguration> ) -> Self
The configuration settings of the workload. The value is the escaped JSON of the configuration.
sourcepub fn get_workload_configuration(&self) -> &Option<WorkloadConfiguration>
pub fn get_workload_configuration(&self) -> &Option<WorkloadConfiguration>
The configuration settings of the workload. The value is the escaped JSON of the configuration.
sourcepub fn build(self) -> AddWorkloadOutput
pub fn build(self) -> AddWorkloadOutput
Consumes the builder and constructs a AddWorkloadOutput
.
Trait Implementations§
source§impl Clone for AddWorkloadOutputBuilder
impl Clone for AddWorkloadOutputBuilder
source§fn clone(&self) -> AddWorkloadOutputBuilder
fn clone(&self) -> AddWorkloadOutputBuilder
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 Debug for AddWorkloadOutputBuilder
impl Debug for AddWorkloadOutputBuilder
source§impl Default for AddWorkloadOutputBuilder
impl Default for AddWorkloadOutputBuilder
source§fn default() -> AddWorkloadOutputBuilder
fn default() -> AddWorkloadOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddWorkloadOutputBuilder
impl PartialEq for AddWorkloadOutputBuilder
source§fn eq(&self, other: &AddWorkloadOutputBuilder) -> bool
fn eq(&self, other: &AddWorkloadOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AddWorkloadOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddWorkloadOutputBuilder
impl Send for AddWorkloadOutputBuilder
impl Sync for AddWorkloadOutputBuilder
impl Unpin for AddWorkloadOutputBuilder
impl UnwindSafe for AddWorkloadOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.