AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace AppSync
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPSYNC_API SourceApiAssociationConfig() = default;
38 AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline MergeType GetMergeType() const { return m_mergeType; }
53 inline bool MergeTypeHasBeenSet() const { return m_mergeTypeHasBeenSet; }
54 inline void SetMergeType(MergeType value) { m_mergeTypeHasBeenSet = true; m_mergeType = value; }
55 inline SourceApiAssociationConfig& WithMergeType(MergeType value) { SetMergeType(value); return *this;}
57 private:
58
59 MergeType m_mergeType{MergeType::NOT_SET};
60 bool m_mergeTypeHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace AppSync
65} // 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