pub struct Builder { /* private fields */ }Expand description
A builder for ReadPresetOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn preset(self, input: Preset) -> Self
pub fn preset(self, input: Preset) -> Self
A section of the response body that provides information about the preset.
sourcepub fn set_preset(self, input: Option<Preset>) -> Self
pub fn set_preset(self, input: Option<Preset>) -> Self
A section of the response body that provides information about the preset.
sourcepub fn build(self) -> ReadPresetOutput
pub fn build(self) -> ReadPresetOutput
Consumes the builder and constructs a ReadPresetOutput.