Struct aws_sdk_apprunner::operation::describe_service::builders::DescribeServiceOutputBuilder
source · #[non_exhaustive]pub struct DescribeServiceOutputBuilder { /* private fields */ }Expand description
A builder for DescribeServiceOutput.
Implementations§
source§impl DescribeServiceOutputBuilder
impl DescribeServiceOutputBuilder
sourcepub fn service(self, input: Service) -> Self
pub fn service(self, input: Service) -> Self
A full description of the App Runner service that you specified in this request.
This field is required.sourcepub fn set_service(self, input: Option<Service>) -> Self
pub fn set_service(self, input: Option<Service>) -> Self
A full description of the App Runner service that you specified in this request.
sourcepub fn get_service(&self) -> &Option<Service>
pub fn get_service(&self) -> &Option<Service>
A full description of the App Runner service that you specified in this request.
sourcepub fn build(self) -> DescribeServiceOutput
pub fn build(self) -> DescribeServiceOutput
Consumes the builder and constructs a DescribeServiceOutput.
Trait Implementations§
source§impl Clone for DescribeServiceOutputBuilder
impl Clone for DescribeServiceOutputBuilder
source§fn clone(&self) -> DescribeServiceOutputBuilder
fn clone(&self) -> DescribeServiceOutputBuilder
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 DescribeServiceOutputBuilder
impl Debug for DescribeServiceOutputBuilder
source§impl Default for DescribeServiceOutputBuilder
impl Default for DescribeServiceOutputBuilder
source§fn default() -> DescribeServiceOutputBuilder
fn default() -> DescribeServiceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeServiceOutputBuilder
impl PartialEq for DescribeServiceOutputBuilder
source§fn eq(&self, other: &DescribeServiceOutputBuilder) -> bool
fn eq(&self, other: &DescribeServiceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeServiceOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeServiceOutputBuilder
impl RefUnwindSafe for DescribeServiceOutputBuilder
impl Send for DescribeServiceOutputBuilder
impl Sync for DescribeServiceOutputBuilder
impl Unpin for DescribeServiceOutputBuilder
impl UnwindSafe for DescribeServiceOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.