7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamInfluxDB
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename ArnT = Aws::String>
71 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
72 template<
typename ArnT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
90 bool m_idHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
96 bool m_arnHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetName() const
DbParameterGroupSummary & WithArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_TIMESTREAMINFLUXDB_API DbParameterGroupSummary(Aws::Utils::Json::JsonView jsonValue)
DbParameterGroupSummary & WithDescription(DescriptionT &&value)
DbParameterGroupSummary & WithId(IdT &&value)
void SetName(NameT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
DbParameterGroupSummary & WithName(NameT &&value)
AWS_TIMESTREAMINFLUXDB_API DbParameterGroupSummary()=default
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
AWS_TIMESTREAMINFLUXDB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMINFLUXDB_API DbParameterGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue