AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IsraelAdditionalInfo.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/IsraelCustomerType.h>
9#include <aws/taxsettings/model/IsraelDealerType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace TaxSettings
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_TAXSETTINGS_API IsraelAdditionalInfo() = default;
37 AWS_TAXSETTINGS_API IsraelAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
39 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline IsraelCustomerType GetCustomerType() const { return m_customerType; }
49 inline bool CustomerTypeHasBeenSet() const { return m_customerTypeHasBeenSet; }
50 inline void SetCustomerType(IsraelCustomerType value) { m_customerTypeHasBeenSet = true; m_customerType = value; }
53
55
60 inline IsraelDealerType GetDealerType() const { return m_dealerType; }
61 inline bool DealerTypeHasBeenSet() const { return m_dealerTypeHasBeenSet; }
62 inline void SetDealerType(IsraelDealerType value) { m_dealerTypeHasBeenSet = true; m_dealerType = value; }
63 inline IsraelAdditionalInfo& WithDealerType(IsraelDealerType value) { SetDealerType(value); return *this;}
65 private:
66
68 bool m_customerTypeHasBeenSet = false;
69
71 bool m_dealerTypeHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace TaxSettings
76} // namespace Aws
AWS_TAXSETTINGS_API IsraelAdditionalInfo()=default
AWS_TAXSETTINGS_API IsraelAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
IsraelAdditionalInfo & WithDealerType(IsraelDealerType value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TAXSETTINGS_API IsraelAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
IsraelAdditionalInfo & WithCustomerType(IsraelCustomerType value)
Aws::Utils::Json::JsonValue JsonValue