7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/ServiceType.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
60 m_serviceHasBeenSet =
true;
76 template <
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
78 m_authorizedTargetsHasBeenSet =
true;
79 m_authorizedTargets = std::forward<AuthorizedTargetsT>(value);
81 template <
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
86 template <
typename AuthorizedTargetsT = Aws::String>
88 m_authorizedTargetsHasBeenSet =
true;
89 m_authorizedTargets.emplace_back(std::forward<AuthorizedTargetsT>(value));
99 bool m_awsAccountIdHasBeenSet =
false;
100 bool m_serviceHasBeenSet =
false;
101 bool m_authorizedTargetsHasBeenSet =
false;
ServiceType GetService() const
bool AuthorizedTargetsHasBeenSet() const
UpdateIdentityPropagationConfigRequest & AddAuthorizedTargets(AuthorizedTargetsT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetService(ServiceType value)
void SetAuthorizedTargets(AuthorizedTargetsT &&value)
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
bool ServiceHasBeenSet() const
const Aws::String & GetAwsAccountId() const
UpdateIdentityPropagationConfigRequest & WithAwsAccountId(AwsAccountIdT &&value)
UpdateIdentityPropagationConfigRequest & WithService(ServiceType value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API UpdateIdentityPropagationConfigRequest()=default
UpdateIdentityPropagationConfigRequest & WithAuthorizedTargets(AuthorizedTargetsT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector