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;
DescribeAppRequest & WithAppId(AppIdT &&value)
void SetAppId(AppIdT &&value)
DescribeAppRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AppIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAppId() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeAppRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String