pub struct Builder { /* private fields */ }
Expand description
A builder for CancelResourceRequestOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn progress_event(self, input: ProgressEvent) -> Self
pub fn progress_event(self, input: ProgressEvent) -> Self
Represents the current status of a resource operation request. For more information, see Managing resource operation requests in the Amazon Web Services Cloud Control API User Guide.
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 a resource operation request. For more information, see Managing resource operation requests in the Amazon Web Services Cloud Control API User Guide.
sourcepub fn build(self) -> CancelResourceRequestOutput
pub fn build(self) -> CancelResourceRequestOutput
Consumes the builder and constructs a CancelResourceRequestOutput
.