pub struct Builder { /* private fields */ }Expand description
A builder for SubmitAttachmentStateChangesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn acknowledgment(self, input: impl Into<String>) -> Self
pub fn acknowledgment(self, input: impl Into<String>) -> Self
Acknowledgement of the state change.
sourcepub fn set_acknowledgment(self, input: Option<String>) -> Self
pub fn set_acknowledgment(self, input: Option<String>) -> Self
Acknowledgement of the state change.
sourcepub fn build(self) -> SubmitAttachmentStateChangesOutput
pub fn build(self) -> SubmitAttachmentStateChangesOutput
Consumes the builder and constructs a SubmitAttachmentStateChangesOutput.