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 {
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
52 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
54 m_lastModifiedDateHasBeenSet =
true;
55 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
57 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_idHasBeenSet =
false;
85 bool m_lastModifiedDateHasBeenSet =
false;
86 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)
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