7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace PartnerCentralSelling
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
52 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
53 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
54 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_idHasBeenSet =
false;
72 bool m_lastModifiedDateHasBeenSet =
false;
75 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