Struct aws_sdk_cloudcontrol::operation::create_resource::builders::CreateResourceOutputBuilder
source · #[non_exhaustive]pub struct CreateResourceOutputBuilder { /* private fields */ }Expand description
A builder for CreateResourceOutput.
Implementations§
source§impl CreateResourceOutputBuilder
impl CreateResourceOutputBuilder
sourcepub fn progress_event(self, input: ProgressEvent) -> Self
pub fn progress_event(self, input: ProgressEvent) -> Self
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.
sourcepub fn set_progress_event(self, input: Option<ProgressEvent>) -> Self
pub fn set_progress_event(self, input: Option<ProgressEvent>) -> Self
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.
sourcepub fn get_progress_event(&self) -> &Option<ProgressEvent>
pub fn get_progress_event(&self) -> &Option<ProgressEvent>
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.
sourcepub fn build(self) -> CreateResourceOutput
pub fn build(self) -> CreateResourceOutput
Consumes the builder and constructs a CreateResourceOutput.
Trait Implementations§
source§impl Clone for CreateResourceOutputBuilder
impl Clone for CreateResourceOutputBuilder
source§fn clone(&self) -> CreateResourceOutputBuilder
fn clone(&self) -> CreateResourceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateResourceOutputBuilder
impl Debug for CreateResourceOutputBuilder
source§impl Default for CreateResourceOutputBuilder
impl Default for CreateResourceOutputBuilder
source§fn default() -> CreateResourceOutputBuilder
fn default() -> CreateResourceOutputBuilder
source§impl PartialEq for CreateResourceOutputBuilder
impl PartialEq for CreateResourceOutputBuilder
source§fn eq(&self, other: &CreateResourceOutputBuilder) -> bool
fn eq(&self, other: &CreateResourceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateResourceOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateResourceOutputBuilder
impl RefUnwindSafe for CreateResourceOutputBuilder
impl Send for CreateResourceOutputBuilder
impl Sync for CreateResourceOutputBuilder
impl Unpin for CreateResourceOutputBuilder
impl UnwindSafe for CreateResourceOutputBuilder
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
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>
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>
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 more