AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
PartnerLedSupport.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
9#include <aws/partnercentral-channel/model/Coverage.h>
10#include <aws/partnercentral-channel/model/Provider.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace PartnerCentralChannel {
22namespace Model {
23
30 public:
31 AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport() = default;
32 AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline Coverage GetCoverage() const { return m_coverage; }
41 inline bool CoverageHasBeenSet() const { return m_coverageHasBeenSet; }
42 inline void SetCoverage(Coverage value) {
43 m_coverageHasBeenSet = true;
44 m_coverage = value;
45 }
47 SetCoverage(value);
48 return *this;
49 }
51
53
56 inline Provider GetProvider() const { return m_provider; }
57 inline bool ProviderHasBeenSet() const { return m_providerHasBeenSet; }
58 inline void SetProvider(Provider value) {
59 m_providerHasBeenSet = true;
60 m_provider = value;
61 }
63 SetProvider(value);
64 return *this;
65 }
67
69
72 inline const Aws::String& GetTamLocation() const { return m_tamLocation; }
73 inline bool TamLocationHasBeenSet() const { return m_tamLocationHasBeenSet; }
74 template <typename TamLocationT = Aws::String>
75 void SetTamLocation(TamLocationT&& value) {
76 m_tamLocationHasBeenSet = true;
77 m_tamLocation = std::forward<TamLocationT>(value);
78 }
79 template <typename TamLocationT = Aws::String>
80 PartnerLedSupport& WithTamLocation(TamLocationT&& value) {
81 SetTamLocation(std::forward<TamLocationT>(value));
82 return *this;
83 }
85 private:
86 Coverage m_coverage{Coverage::NOT_SET};
87
88 Provider m_provider{Provider::NOT_SET};
89
90 Aws::String m_tamLocation;
91 bool m_coverageHasBeenSet = false;
92 bool m_providerHasBeenSet = false;
93 bool m_tamLocationHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace PartnerCentralChannel
98} // namespace Aws
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport()=default
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport & operator=(Aws::Utils::Json::JsonView jsonValue)
PartnerLedSupport & WithProvider(Provider value)
PartnerLedSupport & WithTamLocation(TamLocationT &&value)
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport(Aws::Utils::Json::JsonView jsonValue)
PartnerLedSupport & WithCoverage(Coverage value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue