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/AwsClosedLostReason.h>
11#include <aws/partnercentral-selling/model/AwsOpportunityStage.h>
12#include <aws/partnercentral-selling/model/ProfileNextStepsHistory.h>
23namespace PartnerCentralSelling {
48 template <
typename TargetCloseDateT = Aws::String>
50 m_targetCloseDateHasBeenSet =
true;
51 m_targetCloseDate = std::forward<TargetCloseDateT>(value);
53 template <
typename TargetCloseDateT = Aws::String>
69 m_closedLostReasonHasBeenSet =
true;
70 m_closedLostReason = value;
87 m_stageHasBeenSet =
true;
104 template <
typename NextStepsT = Aws::String>
106 m_nextStepsHasBeenSet =
true;
107 m_nextSteps = std::forward<NextStepsT>(value);
109 template <
typename NextStepsT = Aws::String>
124 template <
typename NextStepsHistoryT = Aws::Vector<ProfileNextStepsHistory>>
126 m_nextStepsHistoryHasBeenSet =
true;
127 m_nextStepsHistory = std::forward<NextStepsHistoryT>(value);
129 template <
typename NextStepsHistoryT = Aws::Vector<ProfileNextStepsHistory>>
134 template <
typename NextStepsHistoryT = ProfileNextStepsHistory>
136 m_nextStepsHistoryHasBeenSet =
true;
137 m_nextStepsHistory.emplace_back(std::forward<NextStepsHistoryT>(value));
151 bool m_targetCloseDateHasBeenSet =
false;
152 bool m_closedLostReasonHasBeenSet =
false;
153 bool m_stageHasBeenSet =
false;
154 bool m_nextStepsHasBeenSet =
false;
155 bool m_nextStepsHistoryHasBeenSet =
false;
bool TargetCloseDateHasBeenSet() const
AwsOpportunityLifeCycle & WithClosedLostReason(AwsClosedLostReason value)
bool ClosedLostReasonHasBeenSet() const
AwsOpportunityLifeCycle & WithNextSteps(NextStepsT &&value)
AwsOpportunityLifeCycle & WithTargetCloseDate(TargetCloseDateT &&value)
const Aws::String & GetNextSteps() const
AwsClosedLostReason GetClosedLostReason() const
AwsOpportunityLifeCycle & WithNextStepsHistory(NextStepsHistoryT &&value)
const Aws::String & GetTargetCloseDate() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityLifeCycle()=default
AwsOpportunityStage GetStage() const
void SetTargetCloseDate(TargetCloseDateT &&value)
const Aws::Vector< ProfileNextStepsHistory > & GetNextStepsHistory() const
AwsOpportunityLifeCycle & AddNextStepsHistory(NextStepsHistoryT &&value)
void SetNextStepsHistory(NextStepsHistoryT &&value)
void SetNextSteps(NextStepsT &&value)
bool NextStepsHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityLifeCycle(Aws::Utils::Json::JsonView jsonValue)
bool NextStepsHistoryHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsOpportunityLifeCycle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStage(AwsOpportunityStage value)
bool StageHasBeenSet() const
void SetClosedLostReason(AwsClosedLostReason value)
AwsOpportunityLifeCycle & WithStage(AwsOpportunityStage value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue