AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
DeployAsApplicationConfigurationUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/S3ContentBaseLocationUpdate.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalyticsV2 {
20namespace Model {
21
30 public:
31 AWS_KINESISANALYTICSV2_API DeployAsApplicationConfigurationUpdate() = default;
34 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const S3ContentBaseLocationUpdate& GetS3ContentLocationUpdate() const { return m_s3ContentLocationUpdate; }
42 inline bool S3ContentLocationUpdateHasBeenSet() const { return m_s3ContentLocationUpdateHasBeenSet; }
43 template <typename S3ContentLocationUpdateT = S3ContentBaseLocationUpdate>
44 void SetS3ContentLocationUpdate(S3ContentLocationUpdateT&& value) {
45 m_s3ContentLocationUpdateHasBeenSet = true;
46 m_s3ContentLocationUpdate = std::forward<S3ContentLocationUpdateT>(value);
47 }
48 template <typename S3ContentLocationUpdateT = S3ContentBaseLocationUpdate>
50 SetS3ContentLocationUpdate(std::forward<S3ContentLocationUpdateT>(value));
51 return *this;
52 }
54 private:
55 S3ContentBaseLocationUpdate m_s3ContentLocationUpdate;
56 bool m_s3ContentLocationUpdateHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace KinesisAnalyticsV2
61} // namespace Aws
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
DeployAsApplicationConfigurationUpdate & WithS3ContentLocationUpdate(S3ContentLocationUpdateT &&value)
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfigurationUpdate()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue