60 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
102 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
180 bool m_stackIdHasBeenSet;
182 bool m_appIdHasBeenSet;
184 bool m_deploymentIdsHasBeenSet;
void SetAppId(Aws::String &&value)
void SetAppId(const char *value)
DescribeDeploymentsRequest & WithAppId(const Aws::String &value)
DescribeDeploymentsRequest & WithAppId(const char *value)
const Aws::String & GetAppId() const
DescribeDeploymentsRequest & AddDeploymentIds(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeDeploymentsRequest & AddDeploymentIds(const Aws::String &value)
DescribeDeploymentsRequest & AddDeploymentIds(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetStackId(const Aws::String &value)
void SetDeploymentIds(const Aws::Vector< Aws::String > &value)
DescribeDeploymentsRequest & WithAppId(Aws::String &&value)
DescribeDeploymentsRequest & WithStackId(const Aws::String &value)
void SetDeploymentIds(Aws::Vector< Aws::String > &&value)
DescribeDeploymentsRequest & WithStackId(Aws::String &&value)
void SetStackId(const char *value)
void SetAppId(const Aws::String &value)
DescribeDeploymentsRequest & WithDeploymentIds(Aws::Vector< Aws::String > &&value)
DescribeDeploymentsRequest & WithStackId(const char *value)
const Aws::String & GetStackId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::Vector< Aws::String > & GetDeploymentIds() const
DescribeDeploymentsRequest & WithDeploymentIds(const Aws::Vector< Aws::String > &value)
void SetStackId(Aws::String &&value)
JSON (JavaScript Object Notation).