aws_sdk_paymentcryptography/client/get_mpa_team_association.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetMpaTeamAssociation`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`action(MpaOperation)`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::action) / [`set_action(Option<MpaOperation>)`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::set_action):<br>required: **true**<br><p>The protected operation whose MPA team association you want to retrieve. Currently, the only supported value is <code>IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE</code>.</p><br>
7 /// - On success, responds with [`GetMpaTeamAssociationOutput`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationOutput) with field(s):
8 /// - [`mpa_team_association(Option<MpaTeamAssociation>)`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationOutput::mpa_team_association): <p>The details of the MPA team association.</p>
9 /// - On failure, responds with [`SdkError<GetMpaTeamAssociationError>`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationError)
10 pub fn get_mpa_team_association(&self) -> crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder {
11 crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::new(self.handle.clone())
12 }
13}