AWS SDK for C++

AWS SDK for C++ Version 1.11.714

Loading...
Searching...
No Matches
ResourceNotFoundException.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9#include <aws/partnercentral-account/model/ResourceNotFoundExceptionReason.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PartnerCentralAccount {
21namespace Model {
22
30 public:
31 AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundException() = default;
32 AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
38 inline const Aws::String& GetMessage() const { return m_message; }
39 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
40 template <typename MessageT = Aws::String>
41 void SetMessage(MessageT&& value) {
42 m_messageHasBeenSet = true;
43 m_message = std::forward<MessageT>(value);
44 }
45 template <typename MessageT = Aws::String>
47 SetMessage(std::forward<MessageT>(value));
48 return *this;
49 }
51
53
56 inline ResourceNotFoundExceptionReason GetReason() const { return m_reason; }
57 inline bool ReasonHasBeenSet() const { return m_reasonHasBeenSet; }
59 m_reasonHasBeenSet = true;
60 m_reason = value;
61 }
63 SetReason(value);
64 return *this;
65 }
67 private:
68 Aws::String m_message;
69
71 bool m_messageHasBeenSet = false;
72 bool m_reasonHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace PartnerCentralAccount
77} // namespace Aws
AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundException()=default
ResourceNotFoundException & WithReason(ResourceNotFoundExceptionReason value)
AWS_PARTNERCENTRALACCOUNT_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