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 AppIdT = Aws::String>
59 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
60 template<
typename AppIdT = Aws::String>
72 template<
typename DeploymentIdsT = Aws::Vector<Aws::String>>
73 void SetDeploymentIds(DeploymentIdsT&& value) { m_deploymentIdsHasBeenSet =
true; m_deploymentIds = std::forward<DeploymentIdsT>(value); }
74 template<
typename DeploymentIdsT = Aws::Vector<Aws::String>>
76 template<
typename DeploymentIdsT = Aws::String>
82 bool m_stackIdHasBeenSet =
false;
85 bool m_appIdHasBeenSet =
false;
88 bool m_deploymentIdsHasBeenSet =
false;
const Aws::String & GetStackId() const
DescribeDeploymentsRequest & WithAppId(AppIdT &&value)
DescribeDeploymentsRequest & WithStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetDeploymentIds(DeploymentIdsT &&value)
bool StackIdHasBeenSet() const
DescribeDeploymentsRequest & WithDeploymentIds(DeploymentIdsT &&value)
const Aws::Vector< Aws::String > & GetDeploymentIds() const
virtual const char * GetServiceRequestName() const override
bool AppIdHasBeenSet() const
DescribeDeploymentsRequest & AddDeploymentIds(DeploymentIdsT &&value)
void SetStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPSWORKS_API DescribeDeploymentsRequest()=default
bool DeploymentIdsHasBeenSet() const
void SetAppId(AppIdT &&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