7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/RelationalDatabaseParameter.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename ParametersT = Aws::Vector<RelationalDatabaseParameter>>
40 m_parametersHasBeenSet =
true;
41 m_parameters = std::forward<ParametersT>(value);
43 template <
typename ParametersT = Aws::Vector<RelationalDatabaseParameter>>
48 template <
typename ParametersT = RelationalDatabaseParameter>
50 m_parametersHasBeenSet =
true;
51 m_parameters.emplace_back(std::forward<ParametersT>(value));
65 template <
typename NextPageTokenT = Aws::String>
67 m_nextPageTokenHasBeenSet =
true;
68 m_nextPageToken = std::forward<NextPageTokenT>(value);
70 template <
typename NextPageTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_parametersHasBeenSet =
false;
98 bool m_nextPageTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< RelationalDatabaseParameter > & GetParameters() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextPageToken() const
GetRelationalDatabaseParametersResult & AddParameters(ParametersT &&value)
void SetNextPageToken(NextPageTokenT &&value)
GetRelationalDatabaseParametersResult & WithNextPageToken(NextPageTokenT &&value)
AWS_LIGHTSAIL_API GetRelationalDatabaseParametersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRelationalDatabaseParametersResult & WithParameters(ParametersT &&value)
AWS_LIGHTSAIL_API GetRelationalDatabaseParametersResult()=default
void SetParameters(ParametersT &&value)
const Aws::String & GetRequestId() const
GetRelationalDatabaseParametersResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetRelationalDatabaseParametersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue