7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectCampaigns {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
54 template <
typename XAmzErrorTypeT = Aws::String>
56 m_xAmzErrorTypeHasBeenSet =
true;
57 m_xAmzErrorType = std::forward<XAmzErrorTypeT>(value);
59 template <
typename XAmzErrorTypeT = Aws::String>
69 bool m_messageHasBeenSet =
false;
70 bool m_xAmzErrorTypeHasBeenSet =
false;
ResourceNotFoundException & WithXAmzErrorType(XAmzErrorTypeT &&value)
void SetXAmzErrorType(XAmzErrorTypeT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_CONNECTCAMPAIGNS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(MessageT &&value)
bool XAmzErrorTypeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetXAmzErrorType() const
AWS_CONNECTCAMPAIGNS_API ResourceNotFoundException()=default
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue