7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/timestream-influxdb/TimestreamInfluxDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace TimestreamInfluxDB
43 template<
typename IdentifierT = Aws::String>
44 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
45 template<
typename IdentifierT = Aws::String>
51 bool m_identifierHasBeenSet =
false;
GetDbParameterGroupRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
virtual const char * GetServiceRequestName() const override
AWS_TIMESTREAMINFLUXDB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TIMESTREAMINFLUXDB_API GetDbParameterGroupRequest()=default
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
AWS_TIMESTREAMINFLUXDB_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String