7#include <aws/crt/cbor/Cbor.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
9#include <aws/snowball/model/INDTaxDocuments.h>
31 AWS_SNOWBALL_API
TaxDocuments(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_SNOWBALL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
39 template <
typename INDT = INDTaxDocuments>
41 m_iNDHasBeenSet =
true;
42 m_iND = std::forward<INDT>(value);
44 template <
typename INDT = INDTaxDocuments>
46 SetIND(std::forward<INDT>(value));
52 bool m_iNDHasBeenSet =
false;
bool INDHasBeenSet() const
TaxDocuments & WithIND(INDT &&value)
void SetIND(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)