AWS SDK for C++

AWS SDK for C++ Version 1.11.759

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace TaxSettings {
21namespace Model {
22
30 public:
31 AWS_TAXSETTINGS_API IsraelAdditionalInfo() = default;
32 AWS_TAXSETTINGS_API IsraelAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline IsraelCustomerType GetCustomerType() const { return m_customerType; }
43 inline bool CustomerTypeHasBeenSet() const { return m_customerTypeHasBeenSet; }
45 m_customerTypeHasBeenSet = true;
46 m_customerType = value;
47 }
49 SetCustomerType(value);
50 return *this;
51 }
53
55
60 inline IsraelDealerType GetDealerType() const { return m_dealerType; }
61 inline bool DealerTypeHasBeenSet() const { return m_dealerTypeHasBeenSet; }
62 inline void SetDealerType(IsraelDealerType value) {
63 m_dealerTypeHasBeenSet = true;
64 m_dealerType = value;
65 }
67 SetDealerType(value);
68 return *this;
69 }
71 private:
73
75 bool m_customerTypeHasBeenSet = false;
76 bool m_dealerTypeHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace TaxSettings
81} // 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