AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
40
41
43
49 inline const TransformType& GetTransformType() const{ return m_transformType; }
50 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
51 inline void SetTransformType(const TransformType& value) { m_transformTypeHasBeenSet = true; m_transformType = value; }
52 inline void SetTransformType(TransformType&& value) { m_transformTypeHasBeenSet = true; m_transformType = std::move(value); }
53 inline TransformParameters& WithTransformType(const TransformType& value) { SetTransformType(value); return *this;}
54 inline TransformParameters& WithTransformType(TransformType&& value) { SetTransformType(std::move(value)); return *this;}
56
58
61 inline const FindMatchesParameters& GetFindMatchesParameters() const{ return m_findMatchesParameters; }
62 inline bool FindMatchesParametersHasBeenSet() const { return m_findMatchesParametersHasBeenSet; }
63 inline void SetFindMatchesParameters(const FindMatchesParameters& value) { m_findMatchesParametersHasBeenSet = true; m_findMatchesParameters = value; }
64 inline void SetFindMatchesParameters(FindMatchesParameters&& value) { m_findMatchesParametersHasBeenSet = true; m_findMatchesParameters = std::move(value); }
68 private:
69
70 TransformType m_transformType;
71 bool m_transformTypeHasBeenSet = false;
72
73 FindMatchesParameters m_findMatchesParameters;
74 bool m_findMatchesParametersHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace Glue
79} // namespace Aws
const TransformType & GetTransformType() const
AWS_GLUE_API TransformParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
TransformParameters & WithTransformType(const TransformType &value)
void SetTransformType(TransformType &&value)
TransformParameters & WithFindMatchesParameters(FindMatchesParameters &&value)
void SetFindMatchesParameters(FindMatchesParameters &&value)
TransformParameters & WithFindMatchesParameters(const FindMatchesParameters &value)
void SetFindMatchesParameters(const FindMatchesParameters &value)
void SetTransformType(const TransformType &value)
const FindMatchesParameters & GetFindMatchesParameters() const
AWS_GLUE_API TransformParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformParameters & WithTransformType(TransformType &&value)
Aws::Utils::Json::JsonValue JsonValue