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>
47 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
62 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
87 bool m_stackIdHasBeenSet =
false;
90 bool m_appIdHasBeenSet =
false;
93 bool m_deploymentIdsHasBeenSet =
false;
DescribeDeploymentsRequest & WithAppId(const Aws::String &value)
DescribeDeploymentsRequest & WithAppId(const char *value)
const Aws::String & GetStackId() const
AWS_OPSWORKS_API DescribeDeploymentsRequest()
DescribeDeploymentsRequest & WithStackId(Aws::String &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
DescribeDeploymentsRequest & AddDeploymentIds(const char *value)
void SetAppId(const char *value)
bool StackIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetDeploymentIds() const
DescribeDeploymentsRequest & WithAppId(Aws::String &&value)
void SetStackId(const char *value)
DescribeDeploymentsRequest & WithDeploymentIds(Aws::Vector< Aws::String > &&value)
void SetStackId(const Aws::String &value)
void SetAppId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DescribeDeploymentsRequest & WithStackId(const char *value)
DescribeDeploymentsRequest & AddDeploymentIds(Aws::String &&value)
bool AppIdHasBeenSet() const
void SetDeploymentIds(Aws::Vector< Aws::String > &&value)
DescribeDeploymentsRequest & WithStackId(const Aws::String &value)
DescribeDeploymentsRequest & AddDeploymentIds(const Aws::String &value)
void SetStackId(Aws::String &&value)
void SetAppId(const Aws::String &value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeploymentIds(const Aws::Vector< Aws::String > &value)
bool DeploymentIdsHasBeenSet() const
DescribeDeploymentsRequest & WithDeploymentIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetAppId() const
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