7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralSelling {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
57 template <
typename PartnerOpportunityIdentifierT = Aws::String>
59 m_partnerOpportunityIdentifierHasBeenSet =
true;
60 m_partnerOpportunityIdentifier = std::forward<PartnerOpportunityIdentifierT>(value);
62 template <
typename PartnerOpportunityIdentifierT = Aws::String>
75 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
77 m_lastModifiedDateHasBeenSet =
true;
78 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
80 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
109 bool m_idHasBeenSet =
false;
110 bool m_partnerOpportunityIdentifierHasBeenSet =
false;
111 bool m_lastModifiedDateHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API CreateOpportunityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateOpportunityResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetPartnerOpportunityIdentifier(PartnerOpportunityIdentifierT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetPartnerOpportunityIdentifier() const
const Aws::String & GetId() const
const Aws::String & GetRequestId() const
AWS_PARTNERCENTRALSELLING_API CreateOpportunityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateOpportunityResult & WithId(IdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateOpportunityResult()=default
CreateOpportunityResult & WithLastModifiedDate(LastModifiedDateT &&value)
CreateOpportunityResult & WithPartnerOpportunityIdentifier(PartnerOpportunityIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue