AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SsmParameterStoreParameter.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/SsmParameterStoreParameterType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace mgn {
21namespace Model {
22
29 public:
30 AWS_MGN_API SsmParameterStoreParameter() = default;
34
36
39 inline SsmParameterStoreParameterType GetParameterType() const { return m_parameterType; }
40 inline bool ParameterTypeHasBeenSet() const { return m_parameterTypeHasBeenSet; }
42 m_parameterTypeHasBeenSet = true;
43 m_parameterType = value;
44 }
46 SetParameterType(value);
47 return *this;
48 }
50
52
55 inline const Aws::String& GetParameterName() const { return m_parameterName; }
56 inline bool ParameterNameHasBeenSet() const { return m_parameterNameHasBeenSet; }
57 template <typename ParameterNameT = Aws::String>
58 void SetParameterName(ParameterNameT&& value) {
59 m_parameterNameHasBeenSet = true;
60 m_parameterName = std::forward<ParameterNameT>(value);
61 }
62 template <typename ParameterNameT = Aws::String>
64 SetParameterName(std::forward<ParameterNameT>(value));
65 return *this;
66 }
68 private:
70
71 Aws::String m_parameterName;
72 bool m_parameterTypeHasBeenSet = false;
73 bool m_parameterNameHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace mgn
78} // namespace Aws
SsmParameterStoreParameter & WithParameterName(ParameterNameT &&value)
AWS_MGN_API SsmParameterStoreParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API SsmParameterStoreParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
SsmParameterStoreParameter & WithParameterType(SsmParameterStoreParameterType value)
SsmParameterStoreParameterType GetParameterType() const
AWS_MGN_API SsmParameterStoreParameter()=default
void SetParameterType(SsmParameterStoreParameterType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue