pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourceRequestStatusInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn request_token(self, input: impl Into<String>) -> Self
pub fn request_token(self, input: impl Into<String>) -> Self
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource operation request.
sourcepub fn set_request_token(self, input: Option<String>) -> Self
pub fn set_request_token(self, input: Option<String>) -> Self
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource operation request.
sourcepub fn build(self) -> Result<GetResourceRequestStatusInput, BuildError>
pub fn build(self) -> Result<GetResourceRequestStatusInput, BuildError>
Consumes the builder and constructs a GetResourceRequestStatusInput
.