7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-selling/model/ExpectedCustomerSpend.h>
23namespace PartnerCentralSelling
51 template<
typename BusinessProblemT = Aws::String>
52 void SetBusinessProblem(BusinessProblemT&& value) { m_businessProblemHasBeenSet =
true; m_businessProblem = std::forward<BusinessProblemT>(value); }
53 template<
typename BusinessProblemT = Aws::String>
65 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
66 void SetExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend = std::forward<ExpectedCustomerSpendT>(value); }
67 template<
typename ExpectedCustomerSpendT = Aws::Vector<ExpectedCustomerSpend>>
69 template<
typename ExpectedCustomerSpendT = ExpectedCustomerSpend>
70 ProjectDetails&
AddExpectedCustomerSpend(ExpectedCustomerSpendT&& value) { m_expectedCustomerSpendHasBeenSet =
true; m_expectedCustomerSpend.emplace_back(std::forward<ExpectedCustomerSpendT>(value));
return *
this; }
80 template<
typename TargetCompletionDateT = Aws::String>
81 void SetTargetCompletionDate(TargetCompletionDateT&& value) { m_targetCompletionDateHasBeenSet =
true; m_targetCompletionDate = std::forward<TargetCompletionDateT>(value); }
82 template<
typename TargetCompletionDateT = Aws::String>
93 template<
typename TitleT = Aws::String>
94 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
95 template<
typename TitleT = Aws::String>
101 bool m_businessProblemHasBeenSet =
false;
104 bool m_expectedCustomerSpendHasBeenSet =
false;
107 bool m_targetCompletionDateHasBeenSet =
false;
110 bool m_titleHasBeenSet =
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