AWS SDK for C++

AWS SDK for C++ Version 1.11.787

Loading...
Searching...
No Matches
RunConfigurationsResponse.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/VpcConfigResponse.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Omics {
20namespace Model {
21
29 public:
30 AWS_OMICS_API RunConfigurationsResponse() = default;
33 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const VpcConfigResponse& GetVpcConfig() const { return m_vpcConfig; }
40 inline bool VpcConfigHasBeenSet() const { return m_vpcConfigHasBeenSet; }
41 template <typename VpcConfigT = VpcConfigResponse>
42 void SetVpcConfig(VpcConfigT&& value) {
43 m_vpcConfigHasBeenSet = true;
44 m_vpcConfig = std::forward<VpcConfigT>(value);
45 }
46 template <typename VpcConfigT = VpcConfigResponse>
48 SetVpcConfig(std::forward<VpcConfigT>(value));
49 return *this;
50 }
52 private:
53 VpcConfigResponse m_vpcConfig;
54 bool m_vpcConfigHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Omics
59} // namespace Aws
AWS_OMICS_API RunConfigurationsResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API RunConfigurationsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API RunConfigurationsResponse()=default
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
RunConfigurationsResponse & WithVpcConfig(VpcConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue