AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
SourceApiAssociationConfig.h
1
6#pragma once
7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/MergeType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AppSync {
20namespace Model {
21
29 public:
30 AWS_APPSYNC_API SourceApiAssociationConfig() = default;
33 AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
46 inline MergeType GetMergeType() const { return m_mergeType; }
47 inline bool MergeTypeHasBeenSet() const { return m_mergeTypeHasBeenSet; }
48 inline void SetMergeType(MergeType value) {
49 m_mergeTypeHasBeenSet = true;
50 m_mergeType = value;
51 }
53 SetMergeType(value);
54 return *this;
55 }
57 private:
58 MergeType m_mergeType{MergeType::NOT_SET};
59 bool m_mergeTypeHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace AppSync
64} // namespace Aws
AWS_APPSYNC_API SourceApiAssociationConfig()=default
AWS_APPSYNC_API SourceApiAssociationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceApiAssociationConfig & WithMergeType(MergeType value)
AWS_APPSYNC_API SourceApiAssociationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue