AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
TaxRegistrationDocument.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/SourceS3Location.h>
9#include <aws/taxsettings/model/TaxRegistrationDocFile.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace TaxSettings {
21namespace Model {
22
29 public:
30 AWS_TAXSETTINGS_API TaxRegistrationDocument() = default;
33 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const TaxRegistrationDocFile& GetFile() const { return m_file; }
40 inline bool FileHasBeenSet() const { return m_fileHasBeenSet; }
41 template <typename FileT = TaxRegistrationDocFile>
42 void SetFile(FileT&& value) {
43 m_fileHasBeenSet = true;
44 m_file = std::forward<FileT>(value);
45 }
46 template <typename FileT = TaxRegistrationDocFile>
48 SetFile(std::forward<FileT>(value));
49 return *this;
50 }
52
54
57 inline const SourceS3Location& GetS3Location() const { return m_s3Location; }
58 inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; }
59 template <typename S3LocationT = SourceS3Location>
60 void SetS3Location(S3LocationT&& value) {
61 m_s3LocationHasBeenSet = true;
62 m_s3Location = std::forward<S3LocationT>(value);
63 }
64 template <typename S3LocationT = SourceS3Location>
66 SetS3Location(std::forward<S3LocationT>(value));
67 return *this;
68 }
70 private:
72
73 SourceS3Location m_s3Location;
74 bool m_fileHasBeenSet = false;
75 bool m_s3LocationHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace TaxSettings
80} // namespace Aws
TaxRegistrationDocument & WithFile(FileT &&value)
AWS_TAXSETTINGS_API TaxRegistrationDocument()=default
const TaxRegistrationDocFile & GetFile() const
AWS_TAXSETTINGS_API TaxRegistrationDocument(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API TaxRegistrationDocument & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
TaxRegistrationDocument & WithS3Location(S3LocationT &&value)
Aws::Utils::Json::JsonValue JsonValue