AWS SDK for C++

AWS SDK for C++ Version 1.11.810

Loading...
Searching...
No Matches
TaxDocuments.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
9#include <aws/snowball/model/INDTaxDocuments.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Cbor {
16class CborValue;
17} // namespace Cbor
18} // namespace Utils
19namespace Snowball {
20namespace Model {
21
29 public:
30 AWS_SNOWBALL_API TaxDocuments() = default;
31 AWS_SNOWBALL_API TaxDocuments(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_SNOWBALL_API TaxDocuments& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) 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
TaxDocuments & WithIND(INDT &&value)
AWS_SNOWBALL_API TaxDocuments()=default
AWS_SNOWBALL_API TaxDocuments & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
const INDTaxDocuments & GetIND() const
AWS_SNOWBALL_API TaxDocuments(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)