7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/CustomerSummary.h>
11#include <aws/partnercentral-selling/model/LifeCycleSummary.h>
12#include <aws/partnercentral-selling/model/OpportunityType.h>
13#include <aws/partnercentral-selling/model/ProjectSummary.h>
24namespace PartnerCentralSelling {
48 template <
typename CatalogT = Aws::String>
50 m_catalogHasBeenSet =
true;
51 m_catalog = std::forward<CatalogT>(value);
53 template <
typename CatalogT = Aws::String>
66 template <
typename IdT = Aws::String>
68 m_idHasBeenSet =
true;
69 m_id = std::forward<IdT>(value);
71 template <
typename IdT = Aws::String>
73 SetId(std::forward<IdT>(value));
85 template <
typename ArnT = Aws::String>
87 m_arnHasBeenSet =
true;
88 m_arn = std::forward<ArnT>(value);
90 template <
typename ArnT = Aws::String>
92 SetArn(std::forward<ArnT>(value));
106 template <
typename PartnerOpportunityIdentifierT = Aws::String>
108 m_partnerOpportunityIdentifierHasBeenSet =
true;
109 m_partnerOpportunityIdentifier = std::forward<PartnerOpportunityIdentifierT>(value);
111 template <
typename PartnerOpportunityIdentifierT = Aws::String>
133 m_opportunityTypeHasBeenSet =
true;
134 m_opportunityType = value;
149 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
151 m_lastModifiedDateHasBeenSet =
true;
152 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
154 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
168 template <
typename CreatedDateT = Aws::Utils::DateTime>
170 m_createdDateHasBeenSet =
true;
171 m_createdDate = std::forward<CreatedDateT>(value);
173 template <
typename CreatedDateT = Aws::Utils::DateTime>
186 template <
typename LifeCycleT = LifeCycleSummary>
188 m_lifeCycleHasBeenSet =
true;
189 m_lifeCycle = std::forward<LifeCycleT>(value);
191 template <
typename LifeCycleT = LifeCycleSummary>
204 template <
typename CustomerT = CustomerSummary>
206 m_customerHasBeenSet =
true;
207 m_customer = std::forward<CustomerT>(value);
209 template <
typename CustomerT = CustomerSummary>
223 template <
typename ProjectT = ProjectSummary>
225 m_projectHasBeenSet =
true;
226 m_project = std::forward<ProjectT>(value);
228 template <
typename ProjectT = ProjectSummary>
249 LifeCycleSummary m_lifeCycle;
251 CustomerSummary m_customer;
253 ProjectSummary m_project;
254 bool m_catalogHasBeenSet =
false;
255 bool m_idHasBeenSet =
false;
256 bool m_arnHasBeenSet =
false;
257 bool m_partnerOpportunityIdentifierHasBeenSet =
false;
258 bool m_opportunityTypeHasBeenSet =
false;
259 bool m_lastModifiedDateHasBeenSet =
false;
260 bool m_createdDateHasBeenSet =
false;
261 bool m_lifeCycleHasBeenSet =
false;
262 bool m_customerHasBeenSet =
false;
263 bool m_projectHasBeenSet =
false;
const CustomerSummary & GetCustomer() const
void SetCustomer(CustomerT &&value)
const ProjectSummary & GetProject() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
OpportunitySummary & WithCreatedDate(CreatedDateT &&value)
void SetProject(ProjectT &&value)
bool ArnHasBeenSet() const
bool LifeCycleHasBeenSet() const
OpportunitySummary & WithProject(ProjectT &&value)
void SetPartnerOpportunityIdentifier(PartnerOpportunityIdentifierT &&value)
bool LastModifiedDateHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedDate() const
void SetCreatedDate(CreatedDateT &&value)
bool CustomerHasBeenSet() const
void SetOpportunityType(OpportunityType value)
OpportunitySummary & WithPartnerOpportunityIdentifier(PartnerOpportunityIdentifierT &&value)
bool PartnerOpportunityIdentifierHasBeenSet() const
bool OpportunityTypeHasBeenSet() const
bool CatalogHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API OpportunitySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
OpportunitySummary & WithLastModifiedDate(LastModifiedDateT &&value)
bool ProjectHasBeenSet() const
OpportunityType GetOpportunityType() const
AWS_PARTNERCENTRALSELLING_API OpportunitySummary()=default
const Aws::String & GetId() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetArn() const
bool IdHasBeenSet() const
OpportunitySummary & WithCustomer(CustomerT &&value)
OpportunitySummary & WithCatalog(CatalogT &&value)
OpportunitySummary & WithId(IdT &&value)
bool CreatedDateHasBeenSet() const
void SetArn(ArnT &&value)
const LifeCycleSummary & GetLifeCycle() const
OpportunitySummary & WithOpportunityType(OpportunityType value)
const Aws::String & GetCatalog() const
OpportunitySummary & WithArn(ArnT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetLifeCycle(LifeCycleT &&value)
const Aws::String & GetPartnerOpportunityIdentifier() const
AWS_PARTNERCENTRALSELLING_API OpportunitySummary(Aws::Utils::Json::JsonView jsonValue)
OpportunitySummary & WithLifeCycle(LifeCycleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue