7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
19namespace PartnerCentralChannel {
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>
77 template <
typename ResourceTypeT = Aws::String>
79 m_resourceTypeHasBeenSet =
true;
80 m_resourceType = std::forward<ResourceTypeT>(value);
82 template <
typename ResourceTypeT = Aws::String>
94 bool m_messageHasBeenSet =
false;
95 bool m_resourceIdHasBeenSet =
false;
96 bool m_resourceTypeHasBeenSet =
false;
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
ConflictException & WithResourceType(ResourceTypeT &&value)
AWS_PARTNERCENTRALCHANNEL_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
ConflictException & WithResourceId(ResourceIdT &&value)
const Aws::String & GetMessage() const
AWS_PARTNERCENTRALCHANNEL_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(MessageT &&value)
const Aws::String & GetResourceId() const
const Aws::String & GetResourceType() const
bool ResourceIdHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API ConflictException()=default
void SetResourceId(ResourceIdT &&value)
bool MessageHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue