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/opsworks/model/StackConfigurationManager.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>
56 template<
typename ConfigurationManagerT = StackConfigurationManager>
57 void SetConfigurationManager(ConfigurationManagerT&& value) { m_configurationManagerHasBeenSet =
true; m_configurationManager = std::forward<ConfigurationManagerT>(value); }
58 template<
typename ConfigurationManagerT = StackConfigurationManager>
64 bool m_stackIdHasBeenSet =
false;
67 bool m_configurationManagerHasBeenSet =
false;
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeAgentVersionsRequest & WithConfigurationManager(ConfigurationManagerT &&value)
const StackConfigurationManager & GetConfigurationManager() const
void SetConfigurationManager(ConfigurationManagerT &&value)
virtual const char * GetServiceRequestName() const override
DescribeAgentVersionsRequest & WithStackId(StackIdT &&value)
bool ConfigurationManagerHasBeenSet() const
bool StackIdHasBeenSet() const
AWS_OPSWORKS_API DescribeAgentVersionsRequest()=default
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetStackId(StackIdT &&value)
const Aws::String & GetStackId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String