AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
ImportDataFormat.h
1
6#pragma once
7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/model/ImportDataType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MailManager {
20namespace Model {
21
29 public:
30 AWS_MAILMANAGER_API ImportDataFormat() = default;
31 AWS_MAILMANAGER_API ImportDataFormat(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MAILMANAGER_API ImportDataFormat& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline ImportDataType GetImportDataType() const { return m_importDataType; }
41 inline bool ImportDataTypeHasBeenSet() const { return m_importDataTypeHasBeenSet; }
42 inline void SetImportDataType(ImportDataType value) {
43 m_importDataTypeHasBeenSet = true;
44 m_importDataType = value;
45 }
47 SetImportDataType(value);
48 return *this;
49 }
51 private:
53 bool m_importDataTypeHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace MailManager
58} // namespace Aws
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAILMANAGER_API ImportDataFormat(Aws::Utils::Json::JsonView jsonValue)
void SetImportDataType(ImportDataType value)
AWS_MAILMANAGER_API ImportDataFormat & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportDataFormat & WithImportDataType(ImportDataType value)
AWS_MAILMANAGER_API ImportDataFormat()=default
Aws::Utils::Json::JsonValue JsonValue