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 {
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
55 m_lastModifiedDateHasBeenSet =
true;
56 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
58 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_idHasBeenSet =
false;
89 bool m_lastModifiedDateHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API UpdateOpportunityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateOpportunityResult & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetRequestId() const
AWS_PARTNERCENTRALSELLING_API UpdateOpportunityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateOpportunityResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateOpportunityResult & WithId(IdT &&value)
AWS_PARTNERCENTRALSELLING_API UpdateOpportunityResult()=default
void SetRequestId(RequestIdT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue