AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
EngagementCustomerProjectDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PartnerCentralSelling {
20namespace Model {
21
30 public:
31 AWS_PARTNERCENTRALSELLING_API EngagementCustomerProjectDetails() = default;
32 AWS_PARTNERCENTRALSELLING_API EngagementCustomerProjectDetails(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetTitle() const { return m_title; }
41 inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; }
42 template <typename TitleT = Aws::String>
43 void SetTitle(TitleT&& value) {
44 m_titleHasBeenSet = true;
45 m_title = std::forward<TitleT>(value);
46 }
47 template <typename TitleT = Aws::String>
49 SetTitle(std::forward<TitleT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetBusinessProblem() const { return m_businessProblem; }
59 inline bool BusinessProblemHasBeenSet() const { return m_businessProblemHasBeenSet; }
60 template <typename BusinessProblemT = Aws::String>
61 void SetBusinessProblem(BusinessProblemT&& value) {
62 m_businessProblemHasBeenSet = true;
63 m_businessProblem = std::forward<BusinessProblemT>(value);
64 }
65 template <typename BusinessProblemT = Aws::String>
67 SetBusinessProblem(std::forward<BusinessProblemT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetTargetCompletionDate() const { return m_targetCompletionDate; }
77 inline bool TargetCompletionDateHasBeenSet() const { return m_targetCompletionDateHasBeenSet; }
78 template <typename TargetCompletionDateT = Aws::String>
79 void SetTargetCompletionDate(TargetCompletionDateT&& value) {
80 m_targetCompletionDateHasBeenSet = true;
81 m_targetCompletionDate = std::forward<TargetCompletionDateT>(value);
82 }
83 template <typename TargetCompletionDateT = Aws::String>
85 SetTargetCompletionDate(std::forward<TargetCompletionDateT>(value));
86 return *this;
87 }
89 private:
90 Aws::String m_title;
91
92 Aws::String m_businessProblem;
93
94 Aws::String m_targetCompletionDate;
95 bool m_titleHasBeenSet = false;
96 bool m_businessProblemHasBeenSet = false;
97 bool m_targetCompletionDateHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace PartnerCentralSelling
102} // namespace Aws
EngagementCustomerProjectDetails & WithTargetCompletionDate(TargetCompletionDateT &&value)
EngagementCustomerProjectDetails & WithBusinessProblem(BusinessProblemT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API EngagementCustomerProjectDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API EngagementCustomerProjectDetails()=default
AWS_PARTNERCENTRALSELLING_API EngagementCustomerProjectDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue