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>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_serviceHasBeenSet =
false;
bool ServiceHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API DeleteIdentityPropagationConfigRequest()=default
ServiceType GetService() const
void SetService(ServiceType value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
DeleteIdentityPropagationConfigRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteIdentityPropagationConfigRequest & WithService(ServiceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String