pub struct Builder { /* private fields */ }
Expand description
A builder for DecodeAuthorizationMessageOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn decoded_message(self, input: impl Into<String>) -> Self
pub fn decoded_message(self, input: impl Into<String>) -> Self
The API returns a response with the decoded message.
sourcepub fn set_decoded_message(self, input: Option<String>) -> Self
pub fn set_decoded_message(self, input: Option<String>) -> Self
The API returns a response with the decoded message.
sourcepub fn build(self) -> DecodeAuthorizationMessageOutput
pub fn build(self) -> DecodeAuthorizationMessageOutput
Consumes the builder and constructs a DecodeAuthorizationMessageOutput
.