AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AssociateResourceError.h
1
6#pragma once
7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/AssociateResourceErrorReason.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BillingConductor
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BILLINGCONDUCTOR_API AssociateResourceError() = default;
37 AWS_BILLINGCONDUCTOR_API AssociateResourceError(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BILLINGCONDUCTOR_API AssociateResourceError& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetMessage() const { return m_message; }
47 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
48 template<typename MessageT = Aws::String>
49 void SetMessage(MessageT&& value) { m_messageHasBeenSet = true; m_message = std::forward<MessageT>(value); }
50 template<typename MessageT = Aws::String>
51 AssociateResourceError& WithMessage(MessageT&& value) { SetMessage(std::forward<MessageT>(value)); return *this;}
53
55
58 inline AssociateResourceErrorReason GetReason() const { return m_reason; }
59 inline bool ReasonHasBeenSet() const { return m_reasonHasBeenSet; }
60 inline void SetReason(AssociateResourceErrorReason value) { m_reasonHasBeenSet = true; m_reason = value; }
63 private:
64
65 Aws::String m_message;
66 bool m_messageHasBeenSet = false;
67
69 bool m_reasonHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace BillingConductor
74} // namespace Aws
AWS_BILLINGCONDUCTOR_API AssociateResourceError & operator=(Aws::Utils::Json::JsonView jsonValue)
AssociateResourceError & WithReason(AssociateResourceErrorReason value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BILLINGCONDUCTOR_API AssociateResourceError(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLINGCONDUCTOR_API AssociateResourceError()=default
AssociateResourceError & WithMessage(MessageT &&value)
void SetReason(AssociateResourceErrorReason value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue