AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TransformParameters.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/TransformType.h>
9#include <aws/glue/model/FindMatchesParameters.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API TransformParameters() = default;
40
41
43
49 inline TransformType GetTransformType() const { return m_transformType; }
50 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
51 inline void SetTransformType(TransformType value) { m_transformTypeHasBeenSet = true; m_transformType = value; }
54
56
59 inline const FindMatchesParameters& GetFindMatchesParameters() const { return m_findMatchesParameters; }
60 inline bool FindMatchesParametersHasBeenSet() const { return m_findMatchesParametersHasBeenSet; }
61 template<typename FindMatchesParametersT = FindMatchesParameters>
62 void SetFindMatchesParameters(FindMatchesParametersT&& value) { m_findMatchesParametersHasBeenSet = true; m_findMatchesParameters = std::forward<FindMatchesParametersT>(value); }
63 template<typename FindMatchesParametersT = FindMatchesParameters>
64 TransformParameters& WithFindMatchesParameters(FindMatchesParametersT&& value) { SetFindMatchesParameters(std::forward<FindMatchesParametersT>(value)); return *this;}
66 private:
67
69 bool m_transformTypeHasBeenSet = false;
70
71 FindMatchesParameters m_findMatchesParameters;
72 bool m_findMatchesParametersHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace Glue
77} // namespace Aws
AWS_GLUE_API TransformParameters(Aws::Utils::Json::JsonView jsonValue)
void SetTransformType(TransformType value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
TransformParameters & WithFindMatchesParameters(FindMatchesParametersT &&value)
TransformParameters & WithTransformType(TransformType value)
const FindMatchesParameters & GetFindMatchesParameters() const
AWS_GLUE_API TransformParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFindMatchesParameters(FindMatchesParametersT &&value)
AWS_GLUE_API TransformParameters()=default
Aws::Utils::Json::JsonValue JsonValue