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>
46 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
83 bool m_awsAccountIdHasBeenSet =
false;
86 bool m_serviceHasBeenSet =
false;
89 bool m_authorizedTargetsHasBeenSet =
false;
bool AuthorizedTargetsHasBeenSet() const
UpdateIdentityPropagationConfigRequest & WithAwsAccountId(const Aws::String &value)
UpdateIdentityPropagationConfigRequest & WithService(const ServiceType &value)
UpdateIdentityPropagationConfigRequest & WithAuthorizedTargets(const Aws::Vector< Aws::String > &value)
void SetAwsAccountId(const Aws::String &value)
void SetService(ServiceType &&value)
AWS_QUICKSIGHT_API UpdateIdentityPropagationConfigRequest()
UpdateIdentityPropagationConfigRequest & WithAwsAccountId(Aws::String &&value)
UpdateIdentityPropagationConfigRequest & AddAuthorizedTargets(const Aws::String &value)
UpdateIdentityPropagationConfigRequest & WithAwsAccountId(const char *value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateIdentityPropagationConfigRequest & WithService(ServiceType &&value)
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
bool ServiceHasBeenSet() const
void SetAwsAccountId(const char *value)
UpdateIdentityPropagationConfigRequest & WithAuthorizedTargets(Aws::Vector< Aws::String > &&value)
const Aws::String & GetAwsAccountId() const
UpdateIdentityPropagationConfigRequest & AddAuthorizedTargets(const char *value)
void SetAwsAccountId(Aws::String &&value)
void SetAuthorizedTargets(const Aws::Vector< Aws::String > &value)
const ServiceType & GetService() const
virtual const char * GetServiceRequestName() const override
UpdateIdentityPropagationConfigRequest & AddAuthorizedTargets(Aws::String &&value)
void SetAuthorizedTargets(Aws::Vector< Aws::String > &&value)
void SetService(const ServiceType &value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector