7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/AwsClosedLostReason.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/partnercentral-selling/model/AwsOpportunityStage.h>
12#include <aws/partnercentral-selling/model/ProfileNextStepsHistory.h>
25namespace PartnerCentralSelling
66 template<
typename NextStepsT = Aws::String>
67 void SetNextSteps(NextStepsT&& value) { m_nextStepsHasBeenSet =
true; m_nextSteps = std::forward<NextStepsT>(value); }
68 template<
typename NextStepsT = Aws::String>
80 template<
typename NextStepsHistoryT = Aws::Vector<ProfileNextStepsHistory>>
81 void SetNextStepsHistory(NextStepsHistoryT&& value) { m_nextStepsHistoryHasBeenSet =
true; m_nextStepsHistory = std::forward<NextStepsHistoryT>(value); }
82 template<
typename NextStepsHistoryT = Aws::Vector<ProfileNextStepsHistory>>
84 template<
typename NextStepsHistoryT = ProfileNextStepsHistory>
108 template<
typename TargetCloseDateT = Aws::String>
109 void SetTargetCloseDate(TargetCloseDateT&& value) { m_targetCloseDateHasBeenSet =
true; m_targetCloseDate = std::forward<TargetCloseDateT>(value); }
110 template<
typename TargetCloseDateT = Aws::String>
116 bool m_closedLostReasonHasBeenSet =
false;
119 bool m_nextStepsHasBeenSet =
false;
122 bool m_nextStepsHistoryHasBeenSet =
false;
125 bool m_stageHasBeenSet =
false;
128 bool m_targetCloseDateHasBeenSet =
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