7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename LayerIdT = Aws::String>
44 void SetLayerId(LayerIdT&& value) { m_layerIdHasBeenSet =
true; m_layerId = std::forward<LayerIdT>(value); }
45 template<
typename LayerIdT = Aws::String>
51 bool m_layerIdHasBeenSet =
false;
AWS_OPSWORKS_API DeleteLayerRequest()=default
void SetLayerId(LayerIdT &&value)
bool LayerIdHasBeenSet() const
DeleteLayerRequest & WithLayerId(LayerIdT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLayerId() const
AWS_OPSWORKS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String