7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
55 template <
typename AppIdT = Aws::String>
57 m_appIdHasBeenSet =
true;
58 m_appId = std::forward<AppIdT>(value);
60 template <
typename AppIdT = Aws::String>
62 SetAppId(std::forward<AppIdT>(value));
70 bool m_awsAccountIdHasBeenSet =
false;
71 bool m_appIdHasBeenSet =
false;
const Aws::String & GetAppId() const
bool AwsAccountIdHasBeenSet() const
bool AppIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteAppRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteAppRequest()=default
void SetAppId(AppIdT &&value)
const Aws::String & GetAwsAccountId() const
DeleteAppRequest & WithAppId(AppIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String