7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename ParameterGroupNameT = Aws::String>
48 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
49 template<
typename ParameterGroupNameT = Aws::String>
59 template<
typename ParameterApplyStatusT = Aws::String>
60 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
61 template<
typename ParameterApplyStatusT = Aws::String>
71 template<
typename NodeIdsToRebootT = Aws::Vector<Aws::String>>
72 void SetNodeIdsToReboot(NodeIdsToRebootT&& value) { m_nodeIdsToRebootHasBeenSet =
true; m_nodeIdsToReboot = std::forward<NodeIdsToRebootT>(value); }
73 template<
typename NodeIdsToRebootT = Aws::Vector<Aws::String>>
75 template<
typename NodeIdsToRebootT = Aws::String>
81 bool m_parameterGroupNameHasBeenSet =
false;
84 bool m_parameterApplyStatusHasBeenSet =
false;
87 bool m_nodeIdsToRebootHasBeenSet =
false;
ParameterGroupStatus & WithNodeIdsToReboot(NodeIdsToRebootT &&value)
AWS_DAX_API ParameterGroupStatus()=default
const Aws::Vector< Aws::String > & GetNodeIdsToReboot() const
const Aws::String & GetParameterGroupName() const
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParameterGroupName(ParameterGroupNameT &&value)
void SetNodeIdsToReboot(NodeIdsToRebootT &&value)
AWS_DAX_API ParameterGroupStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
bool ParameterApplyStatusHasBeenSet() const
const Aws::String & GetParameterApplyStatus() const
ParameterGroupStatus & AddNodeIdsToReboot(NodeIdsToRebootT &&value)
ParameterGroupStatus & WithParameterGroupName(ParameterGroupNameT &&value)
bool NodeIdsToRebootHasBeenSet() const
ParameterGroupStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
AWS_DAX_API ParameterGroupStatus(Aws::Utils::Json::JsonView jsonValue)
bool ParameterGroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue