7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/ServiceType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
68 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
69 void SetAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets = std::forward<AuthorizedTargetsT>(value); }
70 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
72 template<
typename AuthorizedTargetsT = Aws::String>
78 bool m_awsAccountIdHasBeenSet =
false;
81 bool m_serviceHasBeenSet =
false;
84 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