AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TaxDocuments.h
1
6#pragma once
7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/model/INDTaxDocuments.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Snowball
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SNOWBALL_API TaxDocuments();
36 AWS_SNOWBALL_API TaxDocuments(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const INDTaxDocuments& GetIND() const{ return m_iND; }
44 inline bool INDHasBeenSet() const { return m_iNDHasBeenSet; }
45 inline void SetIND(const INDTaxDocuments& value) { m_iNDHasBeenSet = true; m_iND = value; }
46 inline void SetIND(INDTaxDocuments&& value) { m_iNDHasBeenSet = true; m_iND = std::move(value); }
47 inline TaxDocuments& WithIND(const INDTaxDocuments& value) { SetIND(value); return *this;}
48 inline TaxDocuments& WithIND(INDTaxDocuments&& value) { SetIND(std::move(value)); return *this;}
50 private:
51
52 INDTaxDocuments m_iND;
53 bool m_iNDHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace Snowball
58} // namespace Aws
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
TaxDocuments & WithIND(const INDTaxDocuments &value)
void SetIND(const INDTaxDocuments &value)
TaxDocuments & WithIND(INDTaxDocuments &&value)
AWS_SNOWBALL_API TaxDocuments(Aws::Utils::Json::JsonView jsonValue)
const INDTaxDocuments & GetIND() const
AWS_SNOWBALL_API TaxDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIND(INDTaxDocuments &&value)
Aws::Utils::Json::JsonValue JsonValue