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>
59 template<
typename AppIdsT = Aws::Vector<Aws::String>>
60 void SetAppIds(AppIdsT&& value) { m_appIdsHasBeenSet =
true; m_appIds = std::forward<AppIdsT>(value); }
61 template<
typename AppIdsT = Aws::Vector<Aws::String>>
63 template<
typename AppIdsT = Aws::String>
69 bool m_stackIdHasBeenSet =
false;
72 bool m_appIdsHasBeenSet =
false;
DescribeAppsRequest & WithStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPSWORKS_API Aws::String SerializePayload() const override
const Aws::String & GetStackId() const
bool AppIdsHasBeenSet() const
AWS_OPSWORKS_API DescribeAppsRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeAppsRequest & WithAppIds(AppIdsT &&value)
void SetAppIds(AppIdsT &&value)
void SetStackId(StackIdT &&value)
bool StackIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetAppIds() const
DescribeAppsRequest & AddAppIds(AppIdsT &&value)
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