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
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
56 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
57 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
58 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
69 template<
typename PartnerOpportunityIdentifierT = Aws::String>
70 void SetPartnerOpportunityIdentifier(PartnerOpportunityIdentifierT&& value) { m_partnerOpportunityIdentifierHasBeenSet =
true; m_partnerOpportunityIdentifier = std::forward<PartnerOpportunityIdentifierT>(value); }
71 template<
typename PartnerOpportunityIdentifierT = Aws::String>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_idHasBeenSet =
false;
89 bool m_lastModifiedDateHasBeenSet =
false;
92 bool m_partnerOpportunityIdentifierHasBeenSet =
false;
95 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