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>
46 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
66 bool m_stackIdHasBeenSet =
false;
69 bool m_configurationManagerHasBeenSet =
false;
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeAgentVersionsRequest & WithStackId(Aws::String &&value)
const StackConfigurationManager & GetConfigurationManager() const
void SetConfigurationManager(const StackConfigurationManager &value)
void SetStackId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DescribeAgentVersionsRequest & WithConfigurationManager(StackConfigurationManager &&value)
bool ConfigurationManagerHasBeenSet() const
bool StackIdHasBeenSet() const
DescribeAgentVersionsRequest & WithConfigurationManager(const StackConfigurationManager &value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetConfigurationManager(StackConfigurationManager &&value)
void SetStackId(const Aws::String &value)
void SetStackId(const char *value)
DescribeAgentVersionsRequest & WithStackId(const char *value)
const Aws::String & GetStackId() const
DescribeAgentVersionsRequest & WithStackId(const Aws::String &value)
AWS_OPSWORKS_API DescribeAgentVersionsRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String