AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ParameterGroup.h
1
6#pragma once
7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DAX
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_DAX_API ParameterGroup();
39
40
42
45 inline const Aws::String& GetParameterGroupName() const{ return m_parameterGroupName; }
46 inline bool ParameterGroupNameHasBeenSet() const { return m_parameterGroupNameHasBeenSet; }
47 inline void SetParameterGroupName(const Aws::String& value) { m_parameterGroupNameHasBeenSet = true; m_parameterGroupName = value; }
48 inline void SetParameterGroupName(Aws::String&& value) { m_parameterGroupNameHasBeenSet = true; m_parameterGroupName = std::move(value); }
49 inline void SetParameterGroupName(const char* value) { m_parameterGroupNameHasBeenSet = true; m_parameterGroupName.assign(value); }
50 inline ParameterGroup& WithParameterGroupName(const Aws::String& value) { SetParameterGroupName(value); return *this;}
51 inline ParameterGroup& WithParameterGroupName(Aws::String&& value) { SetParameterGroupName(std::move(value)); return *this;}
52 inline ParameterGroup& WithParameterGroupName(const char* value) { SetParameterGroupName(value); return *this;}
54
56
59 inline const Aws::String& GetDescription() const{ return m_description; }
60 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
61 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
62 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
63 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
64 inline ParameterGroup& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
65 inline ParameterGroup& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
66 inline ParameterGroup& WithDescription(const char* value) { SetDescription(value); return *this;}
68 private:
69
70 Aws::String m_parameterGroupName;
71 bool m_parameterGroupNameHasBeenSet = false;
72
73 Aws::String m_description;
74 bool m_descriptionHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace DAX
79} // namespace Aws
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(Aws::String &&value)
ParameterGroup & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
ParameterGroup & WithDescription(const char *value)
void SetParameterGroupName(Aws::String &&value)
ParameterGroup & WithParameterGroupName(const Aws::String &value)
void SetParameterGroupName(const char *value)
ParameterGroup & WithParameterGroupName(const char *value)
const Aws::String & GetParameterGroupName() const
void SetDescription(const Aws::String &value)
const Aws::String & GetDescription() const
AWS_DAX_API ParameterGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
ParameterGroup & WithParameterGroupName(Aws::String &&value)
AWS_DAX_API ParameterGroup(Aws::Utils::Json::JsonView jsonValue)
void SetParameterGroupName(const Aws::String &value)
ParameterGroup & WithDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue