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>
45 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
66 bool m_awsAccountIdHasBeenSet =
false;
69 bool m_serviceHasBeenSet =
false;
bool ServiceHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetService(ServiceType &&value)
void SetAwsAccountId(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const ServiceType & GetService() const
void SetService(const ServiceType &value)
DeleteIdentityPropagationConfigRequest & WithAwsAccountId(const char *value)
virtual const char * GetServiceRequestName() const override
DeleteIdentityPropagationConfigRequest & WithAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const char *value)
bool AwsAccountIdHasBeenSet() const
DeleteIdentityPropagationConfigRequest & WithService(const ServiceType &value)
DeleteIdentityPropagationConfigRequest & WithService(ServiceType &&value)
AWS_QUICKSIGHT_API DeleteIdentityPropagationConfigRequest()
DeleteIdentityPropagationConfigRequest & WithAwsAccountId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String