pub struct Builder { /* private fields */ }
Expand description
A builder for CancelResourceRequestInput
.
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
The RequestToken
of the ProgressEvent
object returned by the resource operation request.
sourcepub fn set_request_token(self, input: Option<String>) -> Self
pub fn set_request_token(self, input: Option<String>) -> Self
The RequestToken
of the ProgressEvent
object returned by the resource operation request.
sourcepub fn build(self) -> Result<CancelResourceRequestInput, BuildError>
pub fn build(self) -> Result<CancelResourceRequestInput, BuildError>
Consumes the builder and constructs a CancelResourceRequestInput
.