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/OperatingSystem.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename OperatingSystemsT = Aws::Vector<OperatingSystem>>
50 void SetOperatingSystems(OperatingSystemsT&& value) { m_operatingSystemsHasBeenSet =
true; m_operatingSystems = std::forward<OperatingSystemsT>(value); }
51 template<
typename OperatingSystemsT = Aws::Vector<OperatingSystem>>
53 template<
typename OperatingSystemsT = OperatingSystem>
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_operatingSystemsHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_OPSWORKS_API DescribeOperatingSystemsResult()=default
const Aws::String & GetRequestId() const
AWS_OPSWORKS_API DescribeOperatingSystemsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPSWORKS_API DescribeOperatingSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetOperatingSystems(OperatingSystemsT &&value)
DescribeOperatingSystemsResult & WithOperatingSystems(OperatingSystemsT &&value)
const Aws::Vector< OperatingSystem > & GetOperatingSystems() const
DescribeOperatingSystemsResult & WithRequestId(RequestIdT &&value)
DescribeOperatingSystemsResult & AddOperatingSystems(OperatingSystemsT &&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