/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A limit is exceeded.See Also:
AWS
* API Reference
Limit exceeded.
*/ inline const ExceptionResourceType& GetResourceType() const{ return m_resourceType; } /** *Limit exceeded.
*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *Limit exceeded.
*/ inline void SetResourceType(const ExceptionResourceType& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *Limit exceeded.
*/ inline void SetResourceType(ExceptionResourceType&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *Limit exceeded.
*/ inline LimitExceededException& WithResourceType(const ExceptionResourceType& value) { SetResourceType(value); return *this;} /** *Limit exceeded.
*/ inline LimitExceededException& WithResourceType(ExceptionResourceType&& value) { SetResourceType(std::move(value)); return *this;} /** *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 LimitExceededException& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} /** *The Amazon Web Services request ID for this request.
*/ inline LimitExceededException& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} /** *The Amazon Web Services request ID for this request.
*/ inline LimitExceededException& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; ExceptionResourceType m_resourceType; bool m_resourceTypeHasBeenSet = false; Aws::String m_requestId; bool m_requestIdHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws