Struct aws_sdk_applicationinsights::operation::add_workload::builders::AddWorkloadInputBuilder
source · #[non_exhaustive]pub struct AddWorkloadInputBuilder { /* private fields */ }
Expand description
A builder for AddWorkloadInput
.
Implementations§
source§impl AddWorkloadInputBuilder
impl AddWorkloadInputBuilder
sourcepub fn resource_group_name(self, input: impl Into<String>) -> Self
pub fn resource_group_name(self, input: impl Into<String>) -> Self
The name of the resource group.
This field is required.sourcepub fn set_resource_group_name(self, input: Option<String>) -> Self
pub fn set_resource_group_name(self, input: Option<String>) -> Self
The name of the resource group.
sourcepub fn get_resource_group_name(&self) -> &Option<String>
pub fn get_resource_group_name(&self) -> &Option<String>
The name of the resource group.
sourcepub fn component_name(self, input: impl Into<String>) -> Self
pub fn component_name(self, input: impl Into<String>) -> Self
The name of the component.
This field is required.sourcepub fn set_component_name(self, input: Option<String>) -> Self
pub fn set_component_name(self, input: Option<String>) -> Self
The name of the component.
sourcepub fn get_component_name(&self) -> &Option<String>
pub fn get_component_name(&self) -> &Option<String>
The name of the component.
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.
This field is required.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) -> Result<AddWorkloadInput, BuildError>
pub fn build(self) -> Result<AddWorkloadInput, BuildError>
Consumes the builder and constructs a AddWorkloadInput
.
source§impl AddWorkloadInputBuilder
impl AddWorkloadInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddWorkloadOutput, SdkError<AddWorkloadError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddWorkloadOutput, SdkError<AddWorkloadError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddWorkloadInputBuilder
impl Clone for AddWorkloadInputBuilder
source§fn clone(&self) -> AddWorkloadInputBuilder
fn clone(&self) -> AddWorkloadInputBuilder
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 AddWorkloadInputBuilder
impl Debug for AddWorkloadInputBuilder
source§impl Default for AddWorkloadInputBuilder
impl Default for AddWorkloadInputBuilder
source§fn default() -> AddWorkloadInputBuilder
fn default() -> AddWorkloadInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddWorkloadInputBuilder
impl PartialEq for AddWorkloadInputBuilder
source§fn eq(&self, other: &AddWorkloadInputBuilder) -> bool
fn eq(&self, other: &AddWorkloadInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AddWorkloadInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddWorkloadInputBuilder
impl Send for AddWorkloadInputBuilder
impl Sync for AddWorkloadInputBuilder
impl Unpin for AddWorkloadInputBuilder
impl UnwindSafe for AddWorkloadInputBuilder
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.