AWS SDK for C++

AWS SDK for C++ Version 1.11.748

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Snowball {
20namespace Model {
21
29 public:
30 AWS_SNOWBALL_API TaxDocuments() = default;
31 AWS_SNOWBALL_API TaxDocuments(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const INDTaxDocuments& GetIND() const { return m_iND; }
38 inline bool INDHasBeenSet() const { return m_iNDHasBeenSet; }
39 template <typename INDT = INDTaxDocuments>
40 void SetIND(INDT&& value) {
41 m_iNDHasBeenSet = true;
42 m_iND = std::forward<INDT>(value);
43 }
44 template <typename INDT = INDTaxDocuments>
45 TaxDocuments& WithIND(INDT&& value) {
46 SetIND(std::forward<INDT>(value));
47 return *this;
48 }
50 private:
51 INDTaxDocuments m_iND;
52 bool m_iNDHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace Snowball
57} // namespace Aws
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
TaxDocuments & WithIND(INDT &&value)
AWS_SNOWBALL_API TaxDocuments()=default
AWS_SNOWBALL_API TaxDocuments(Aws::Utils::Json::JsonView jsonValue)
const INDTaxDocuments & GetIND() const
AWS_SNOWBALL_API TaxDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue