/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Request to describe one or more applications.See Also:
AWS
* API Reference
If specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline const Aws::VectorIf specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline bool ApplicationNamesHasBeenSet() const { return m_applicationNamesHasBeenSet; } /** *If specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline void SetApplicationNames(const Aws::VectorIf specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline void SetApplicationNames(Aws::VectorIf specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline DescribeApplicationsRequest& WithApplicationNames(const Aws::VectorIf specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline DescribeApplicationsRequest& WithApplicationNames(Aws::VectorIf specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline DescribeApplicationsRequest& AddApplicationNames(const Aws::String& value) { m_applicationNamesHasBeenSet = true; m_applicationNames.push_back(value); return *this; } /** *If specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline DescribeApplicationsRequest& AddApplicationNames(Aws::String&& value) { m_applicationNamesHasBeenSet = true; m_applicationNames.push_back(std::move(value)); return *this; } /** *If specified, AWS Elastic Beanstalk restricts the returned descriptions to * only include those with the specified names.
*/ inline DescribeApplicationsRequest& AddApplicationNames(const char* value) { m_applicationNamesHasBeenSet = true; m_applicationNames.push_back(value); return *this; } private: Aws::Vector