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>
45 template<
typename StackIdT = Aws::String>
46 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
47 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 SetStackId(StackIdT &&value)
void SetLayerIds(LayerIdsT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
bool StackIdHasBeenSet() const
DescribeElasticLoadBalancersRequest & AddLayerIds(LayerIdsT &&value)
AWS_OPSWORKS_API DescribeElasticLoadBalancersRequest()=default
bool LayerIdsHasBeenSet() const
DescribeElasticLoadBalancersRequest & WithLayerIds(LayerIdsT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetLayerIds() const
const Aws::String & GetStackId() const
DescribeElasticLoadBalancersRequest & WithStackId(StackIdT &&value)
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