7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
21namespace PartnerCentralSelling {
45 template <
typename BusinessProblemT = Aws::String>
47 m_businessProblemHasBeenSet =
true;
48 m_businessProblem = std::forward<BusinessProblemT>(value);
50 template <
typename BusinessProblemT = Aws::String>
64 template <
typename TitleT = Aws::String>
66 m_titleHasBeenSet =
true;
67 m_title = std::forward<TitleT>(value);
69 template <
typename TitleT = Aws::String>
71 SetTitle(std::forward<TitleT>(value));
83 template <
typename TargetCompletionDateT = Aws::String>
85 m_targetCompletionDateHasBeenSet =
true;
86 m_targetCompletionDate = std::forward<TargetCompletionDateT>(value);
88 template <
typename TargetCompletionDateT = Aws::String>
103 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
105 m_expectedCustomerSpendHasBeenSet =
true;
106 m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value);
108 template <
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
113 template <
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
115 m_expectedCustomerSpendHasBeenSet =
true;
116 m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
128 bool m_businessProblemHasBeenSet =
false;
129 bool m_titleHasBeenSet =
false;
130 bool m_targetCompletionDateHasBeenSet =
false;
131 bool m_expectedCustomerSpendHasBeenSet =
false;
const Aws::String & GetBusinessProblem() const
ProjectDetails & WithTitle(TitleT &&value)
ProjectDetails & AddExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
void SetBusinessProblem(BusinessProblemT &&value)
ProjectDetails & WithBusinessProblem(BusinessProblemT &&value)
const Aws::Vector< ExpectedCustomerSpend > & GetExpectedCustomerSpend() const
AWS_PARTNERCENTRALSELLING_API ProjectDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TargetCompletionDateHasBeenSet() const
ProjectDetails & WithTargetCompletionDate(TargetCompletionDateT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectDetails(Aws::Utils::Json::JsonView jsonValue)
bool ExpectedCustomerSpendHasBeenSet() const
void SetTargetCompletionDate(TargetCompletionDateT &&value)
void SetExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTitle() const
ProjectDetails & WithExpectedCustomerSpend(ExpectedCustomerSpendT &&value)
void SetTitle(TitleT &&value)
AWS_PARTNERCENTRALSELLING_API ProjectDetails()=default
bool TitleHasBeenSet() const
const Aws::String & GetTargetCompletionDate() const
bool BusinessProblemHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue