AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
DeployAsApplicationConfiguration.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/S3ContentBaseLocation.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
29 public:
30 AWS_KINESISANALYTICSV2_API DeployAsApplicationConfiguration() = default;
31 AWS_KINESISANALYTICSV2_API DeployAsApplicationConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 inline const S3ContentBaseLocation& GetS3ContentLocation() const { return m_s3ContentLocation; }
43 inline bool S3ContentLocationHasBeenSet() const { return m_s3ContentLocationHasBeenSet; }
44 template <typename S3ContentLocationT = S3ContentBaseLocation>
45 void SetS3ContentLocation(S3ContentLocationT&& value) {
46 m_s3ContentLocationHasBeenSet = true;
47 m_s3ContentLocation = std::forward<S3ContentLocationT>(value);
48 }
49 template <typename S3ContentLocationT = S3ContentBaseLocation>
51 SetS3ContentLocation(std::forward<S3ContentLocationT>(value));
52 return *this;
53 }
55 private:
56 S3ContentBaseLocation m_s3ContentLocation;
57 bool m_s3ContentLocationHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace KinesisAnalyticsV2
62} // namespace Aws
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfiguration(Aws::Utils::Json::JsonView jsonValue)
DeployAsApplicationConfiguration & WithS3ContentLocation(S3ContentLocationT &&value)
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfiguration()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API DeployAsApplicationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue