pub struct Builder { /* private fields */ }
Expand description
A builder for DecodeAuthorizationMessageInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn encoded_message(self, input: impl Into<String>) -> Self
pub fn encoded_message(self, input: impl Into<String>) -> Self
The encoded message that was returned with the response.
sourcepub fn set_encoded_message(self, input: Option<String>) -> Self
pub fn set_encoded_message(self, input: Option<String>) -> Self
The encoded message that was returned with the response.
sourcepub fn build(self) -> Result<DecodeAuthorizationMessageInput, BuildError>
pub fn build(self) -> Result<DecodeAuthorizationMessageInput, BuildError>
Consumes the builder and constructs a DecodeAuthorizationMessageInput
.