7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pricing-plan-manager/PricingPlanManager_EXPORTS.h>
19namespace PricingPlanManager {
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename ResourceIdT = Aws::String>
61 m_resourceIdHasBeenSet =
true;
62 m_resourceId = std::forward<ResourceIdT>(value);
64 template <
typename ResourceIdT = Aws::String>
74 bool m_messageHasBeenSet =
false;
75 bool m_resourceIdHasBeenSet =
false;
void SetMessage(MessageT &&value)
AWS_PRICINGPLANMANAGER_API ConflictException()=default
bool MessageHasBeenSet() const
ConflictException & WithResourceId(ResourceIdT &&value)
ConflictException & WithMessage(MessageT &&value)
AWS_PRICINGPLANMANAGER_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_PRICINGPLANMANAGER_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceId() const
void SetResourceId(ResourceIdT &&value)
AWS_PRICINGPLANMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue