/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include This error indicates that you are calling an embedding operation in Amazon
* QuickSight without the required pricing plan on your Amazon Web Services
* account. Before you can use embedding for anonymous users, a QuickSight
* administrator needs to add capacity pricing to Amazon QuickSight. You can do
* this on the Manage Amazon QuickSight page. After capacity pricing
* is added, you can use the GetDashboardEmbedUrl
*
API operation with the --identity-type ANONYMOUS
* option.See Also:
AWS
* API Reference
The Amazon Web Services request ID for this request.
*/ inline const Aws::String& GetRequestId() const{ return m_requestId; } /** *The Amazon Web Services request ID for this request.
*/ inline bool RequestIdHasBeenSet() const { return m_requestIdHasBeenSet; } /** *The Amazon Web Services request ID for this request.
*/ inline void SetRequestId(const Aws::String& value) { m_requestIdHasBeenSet = true; m_requestId = value; } /** *The Amazon Web Services request ID for this request.
*/ inline void SetRequestId(Aws::String&& value) { m_requestIdHasBeenSet = true; m_requestId = std::move(value); } /** *The Amazon Web Services request ID for this request.
*/ inline void SetRequestId(const char* value) { m_requestIdHasBeenSet = true; m_requestId.assign(value); } /** *The Amazon Web Services request ID for this request.
*/ inline UnsupportedPricingPlanException& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} /** *The Amazon Web Services request ID for this request.
*/ inline UnsupportedPricingPlanException& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} /** *The Amazon Web Services request ID for this request.
*/ inline UnsupportedPricingPlanException& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; Aws::String m_requestId; bool m_requestIdHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws