AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
AwsEcsClusterConfigurationDetails.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityHub {
20namespace Model {
21
28 public:
29 AWS_SECURITYHUB_API AwsEcsClusterConfigurationDetails() = default;
32 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 return m_executeCommandConfiguration;
40 }
41 inline bool ExecuteCommandConfigurationHasBeenSet() const { return m_executeCommandConfigurationHasBeenSet; }
42 template <typename ExecuteCommandConfigurationT = AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
43 void SetExecuteCommandConfiguration(ExecuteCommandConfigurationT&& value) {
44 m_executeCommandConfigurationHasBeenSet = true;
45 m_executeCommandConfiguration = std::forward<ExecuteCommandConfigurationT>(value);
46 }
47 template <typename ExecuteCommandConfigurationT = AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
49 SetExecuteCommandConfiguration(std::forward<ExecuteCommandConfigurationT>(value));
50 return *this;
51 }
53 private:
55 bool m_executeCommandConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace SecurityHub
60} // namespace Aws
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsEcsClusterConfigurationDetails & WithExecuteCommandConfiguration(ExecuteCommandConfigurationT &&value)
const AwsEcsClusterConfigurationExecuteCommandConfigurationDetails & GetExecuteCommandConfiguration() const
AWS_SECURITYHUB_API AwsEcsClusterConfigurationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsEcsClusterConfigurationDetails()=default
AWS_SECURITYHUB_API AwsEcsClusterConfigurationDetails(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue