AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const IsraelCustomerType& GetCustomerType() const{ return m_customerType; }
49 inline bool CustomerTypeHasBeenSet() const { return m_customerTypeHasBeenSet; }
50 inline void SetCustomerType(const IsraelCustomerType& value) { m_customerTypeHasBeenSet = true; m_customerType = value; }
51 inline void SetCustomerType(IsraelCustomerType&& value) { m_customerTypeHasBeenSet = true; m_customerType = std::move(value); }
52 inline IsraelAdditionalInfo& WithCustomerType(const IsraelCustomerType& value) { SetCustomerType(value); return *this;}
53 inline IsraelAdditionalInfo& WithCustomerType(IsraelCustomerType&& value) { SetCustomerType(std::move(value)); return *this;}
55
57
62 inline const IsraelDealerType& GetDealerType() const{ return m_dealerType; }
63 inline bool DealerTypeHasBeenSet() const { return m_dealerTypeHasBeenSet; }
64 inline void SetDealerType(const IsraelDealerType& value) { m_dealerTypeHasBeenSet = true; m_dealerType = value; }
65 inline void SetDealerType(IsraelDealerType&& value) { m_dealerTypeHasBeenSet = true; m_dealerType = std::move(value); }
66 inline IsraelAdditionalInfo& WithDealerType(const IsraelDealerType& value) { SetDealerType(value); return *this;}
67 inline IsraelAdditionalInfo& WithDealerType(IsraelDealerType&& value) { SetDealerType(std::move(value)); return *this;}
69 private:
70
71 IsraelCustomerType m_customerType;
72 bool m_customerTypeHasBeenSet = false;
73
74 IsraelDealerType m_dealerType;
75 bool m_dealerTypeHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace TaxSettings
80} // namespace Aws
IsraelAdditionalInfo & WithCustomerType(IsraelCustomerType &&value)
void SetCustomerType(const IsraelCustomerType &value)
const IsraelCustomerType & GetCustomerType() const
IsraelAdditionalInfo & WithCustomerType(const IsraelCustomerType &value)
void SetDealerType(const IsraelDealerType &value)
AWS_TAXSETTINGS_API IsraelAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
IsraelAdditionalInfo & WithDealerType(const IsraelDealerType &value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const IsraelDealerType & GetDealerType() const
AWS_TAXSETTINGS_API IsraelAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerType(IsraelCustomerType &&value)
IsraelAdditionalInfo & WithDealerType(IsraelDealerType &&value)
Aws::Utils::Json::JsonValue JsonValue