AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ResolveCustomerResult.h
1
6#pragma once
7#include <aws/meteringmarketplace/MarketplaceMetering_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace MarketplaceMetering
24{
25namespace Model
26{
35 {
36 public:
37 AWS_MARKETPLACEMETERING_API ResolveCustomerResult();
40
41
43
48 inline const Aws::String& GetCustomerIdentifier() const{ return m_customerIdentifier; }
49 inline void SetCustomerIdentifier(const Aws::String& value) { m_customerIdentifier = value; }
50 inline void SetCustomerIdentifier(Aws::String&& value) { m_customerIdentifier = std::move(value); }
51 inline void SetCustomerIdentifier(const char* value) { m_customerIdentifier.assign(value); }
53 inline ResolveCustomerResult& WithCustomerIdentifier(Aws::String&& value) { SetCustomerIdentifier(std::move(value)); return *this;}
54 inline ResolveCustomerResult& WithCustomerIdentifier(const char* value) { SetCustomerIdentifier(value); return *this;}
56
58
63 inline const Aws::String& GetProductCode() const{ return m_productCode; }
64 inline void SetProductCode(const Aws::String& value) { m_productCode = value; }
65 inline void SetProductCode(Aws::String&& value) { m_productCode = std::move(value); }
66 inline void SetProductCode(const char* value) { m_productCode.assign(value); }
67 inline ResolveCustomerResult& WithProductCode(const Aws::String& value) { SetProductCode(value); return *this;}
68 inline ResolveCustomerResult& WithProductCode(Aws::String&& value) { SetProductCode(std::move(value)); return *this;}
69 inline ResolveCustomerResult& WithProductCode(const char* value) { SetProductCode(value); return *this;}
71
73
77 inline const Aws::String& GetCustomerAWSAccountId() const{ return m_customerAWSAccountId; }
78 inline void SetCustomerAWSAccountId(const Aws::String& value) { m_customerAWSAccountId = value; }
79 inline void SetCustomerAWSAccountId(Aws::String&& value) { m_customerAWSAccountId = std::move(value); }
80 inline void SetCustomerAWSAccountId(const char* value) { m_customerAWSAccountId.assign(value); }
82 inline ResolveCustomerResult& WithCustomerAWSAccountId(Aws::String&& value) { SetCustomerAWSAccountId(std::move(value)); return *this;}
83 inline ResolveCustomerResult& WithCustomerAWSAccountId(const char* value) { SetCustomerAWSAccountId(value); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline ResolveCustomerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline ResolveCustomerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline ResolveCustomerResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_customerIdentifier;
99
100 Aws::String m_productCode;
101
102 Aws::String m_customerAWSAccountId;
103
104 Aws::String m_requestId;
105 };
106
107} // namespace Model
108} // namespace MarketplaceMetering
109} // namespace Aws
ResolveCustomerResult & WithCustomerIdentifier(Aws::String &&value)
ResolveCustomerResult & WithProductCode(const Aws::String &value)
AWS_MARKETPLACEMETERING_API ResolveCustomerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResolveCustomerResult & WithProductCode(const char *value)
ResolveCustomerResult & WithRequestId(const char *value)
ResolveCustomerResult & WithRequestId(Aws::String &&value)
ResolveCustomerResult & WithRequestId(const Aws::String &value)
ResolveCustomerResult & WithCustomerAWSAccountId(Aws::String &&value)
AWS_MARKETPLACEMETERING_API ResolveCustomerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResolveCustomerResult & WithCustomerAWSAccountId(const char *value)
ResolveCustomerResult & WithProductCode(Aws::String &&value)
ResolveCustomerResult & WithCustomerIdentifier(const char *value)
ResolveCustomerResult & WithCustomerAWSAccountId(const Aws::String &value)
ResolveCustomerResult & WithCustomerIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue