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/Layer.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename LayersT = Aws::Vector<Layer>>
49 void SetLayers(LayersT&& value) { m_layersHasBeenSet =
true; m_layers = std::forward<LayersT>(value); }
50 template<
typename LayersT = Aws::Vector<Layer>>
52 template<
typename LayersT = Layer>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_layersHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
DescribeLayersResult & AddLayers(LayersT &&value)
DescribeLayersResult & WithRequestId(RequestIdT &&value)
void SetLayers(LayersT &&value)
DescribeLayersResult & WithLayers(LayersT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OPSWORKS_API DescribeLayersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPSWORKS_API DescribeLayersResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< Layer > & GetLayers() const
AWS_OPSWORKS_API DescribeLayersResult & 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