7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename StackIdT = Aws::String>
45 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
46 template<
typename StackIdT = Aws::String>
58 template<
typename LayerIdsT = Aws::Vector<Aws::String>>
59 void SetLayerIds(LayerIdsT&& value) { m_layerIdsHasBeenSet =
true; m_layerIds = std::forward<LayerIdsT>(value); }
60 template<
typename LayerIdsT = Aws::Vector<Aws::String>>
62 template<
typename LayerIdsT = Aws::String>
68 bool m_stackIdHasBeenSet =
false;
71 bool m_layerIdsHasBeenSet =
false;
void SetLayerIds(LayerIdsT &&value)
DescribeLayersRequest & AddLayerIds(LayerIdsT &&value)
bool StackIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetLayerIds() const
AWS_OPSWORKS_API DescribeLayersRequest()=default
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetStackId() const
DescribeLayersRequest & WithStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
bool LayerIdsHasBeenSet() const
DescribeLayersRequest & WithLayerIds(LayerIdsT &&value)
void SetStackId(StackIdT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector