7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ServiceType.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
59 m_serviceHasBeenSet =
true;
71 bool m_awsAccountIdHasBeenSet =
false;
72 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