AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
PipeTargetLambdaFunctionParameters.h
1
6#pragma once
7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/model/PipeTargetInvocationType.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 Pipes
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PIPES_API PipeTargetLambdaFunctionParameters() = default;
38 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
56 inline PipeTargetInvocationType GetInvocationType() const { return m_invocationType; }
57 inline bool InvocationTypeHasBeenSet() const { return m_invocationTypeHasBeenSet; }
58 inline void SetInvocationType(PipeTargetInvocationType value) { m_invocationTypeHasBeenSet = true; m_invocationType = value; }
61 private:
62
64 bool m_invocationTypeHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Pipes
69} // namespace Aws
AWS_PIPES_API PipeTargetLambdaFunctionParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API PipeTargetLambdaFunctionParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
PipeTargetLambdaFunctionParameters & WithInvocationType(PipeTargetInvocationType value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue