7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PartnerCentralSelling {
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
58 template <
typename PartnerOpportunityIdentifierT = Aws::String>
60 m_partnerOpportunityIdentifierHasBeenSet =
true;
61 m_partnerOpportunityIdentifier = std::forward<PartnerOpportunityIdentifierT>(value);
63 template <
typename PartnerOpportunityIdentifierT = Aws::String>
76 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
78 m_lastModifiedDateHasBeenSet =
true;
79 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
81 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
113 bool m_idHasBeenSet =
false;
114 bool m_partnerOpportunityIdentifierHasBeenSet =
false;
115 bool m_lastModifiedDateHasBeenSet =
false;
116 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::Http::HttpResponseCode GetHttpResponseCode() 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