7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
31 AWS_SNOWBALL_API
INDTaxDocuments(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_SNOWBALL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename GSTINT = Aws::String>
44 m_gSTINHasBeenSet =
true;
45 m_gSTIN = std::forward<GSTINT>(value);
47 template <
typename GSTINT = Aws::String>
49 SetGSTIN(std::forward<GSTINT>(value));
55 bool m_gSTINHasBeenSet =
false;
AWS_SNOWBALL_API INDTaxDocuments & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetGSTIN(GSTINT &&value)
bool GSTINHasBeenSet() const
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_SNOWBALL_API INDTaxDocuments()=default
INDTaxDocuments & WithGSTIN(GSTINT &&value)
const Aws::String & GetGSTIN() const
AWS_SNOWBALL_API INDTaxDocuments(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String