pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourceRequestStatusOutput
.
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 the resource operation request.
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 operation request.
sourcepub fn build(self) -> GetResourceRequestStatusOutput
pub fn build(self) -> GetResourceRequestStatusOutput
Consumes the builder and constructs a GetResourceRequestStatusOutput
.