7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opsworks/model/RdsDbInstance.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename RdsDbInstancesT = Aws::Vector<RdsDbInstance>>
50 void SetRdsDbInstances(RdsDbInstancesT&& value) { m_rdsDbInstancesHasBeenSet =
true; m_rdsDbInstances = std::forward<RdsDbInstancesT>(value); }
51 template<
typename RdsDbInstancesT = Aws::Vector<RdsDbInstance>>
53 template<
typename RdsDbInstancesT = RdsDbInstance>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_rdsDbInstancesHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< RdsDbInstance > & GetRdsDbInstances() const
DescribeRdsDbInstancesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_OPSWORKS_API DescribeRdsDbInstancesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRdsDbInstances(RdsDbInstancesT &&value)
AWS_OPSWORKS_API DescribeRdsDbInstancesResult()=default
void SetRequestId(RequestIdT &&value)
AWS_OPSWORKS_API DescribeRdsDbInstancesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRdsDbInstancesResult & AddRdsDbInstances(RdsDbInstancesT &&value)
DescribeRdsDbInstancesResult & WithRdsDbInstances(RdsDbInstancesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue