AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
TransformParameters.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/FindMatchesParameters.h>
9#include <aws/glue/model/TransformType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Glue {
21namespace Model {
22
30 public:
31 AWS_GLUE_API TransformParameters() = default;
35
37
43 inline TransformType GetTransformType() const { return m_transformType; }
44 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
45 inline void SetTransformType(TransformType value) {
46 m_transformTypeHasBeenSet = true;
47 m_transformType = value;
48 }
50 SetTransformType(value);
51 return *this;
52 }
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) {
63 m_findMatchesParametersHasBeenSet = true;
64 m_findMatchesParameters = std::forward<FindMatchesParametersT>(value);
65 }
66 template <typename FindMatchesParametersT = FindMatchesParameters>
67 TransformParameters& WithFindMatchesParameters(FindMatchesParametersT&& value) {
68 SetFindMatchesParameters(std::forward<FindMatchesParametersT>(value));
69 return *this;
70 }
72 private:
74
75 FindMatchesParameters m_findMatchesParameters;
76 bool m_transformTypeHasBeenSet = false;
77 bool m_findMatchesParametersHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace Glue
82} // 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