7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticbeanstalk/model/InstancesHealthAttribute.h>
16namespace ElasticBeanstalk
51 template<
typename EnvironmentNameT = Aws::String>
52 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
53 template<
typename EnvironmentNameT = Aws::String>
63 template<
typename EnvironmentIdT = Aws::String>
64 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
65 template<
typename EnvironmentIdT = Aws::String>
77 template<
typename AttributeNamesT = Aws::Vector<InstancesHealthAttribute>>
78 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
79 template<
typename AttributeNamesT = Aws::Vector<InstancesHealthAttribute>>
90 template<
typename NextTokenT = Aws::String>
91 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
92 template<
typename NextTokenT = Aws::String>
98 bool m_environmentNameHasBeenSet =
false;
101 bool m_environmentIdHasBeenSet =
false;
104 bool m_attributeNamesHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
DescribeInstancesHealthRequest & WithAttributeNames(AttributeNamesT &&value)
const Aws::String & GetEnvironmentName() const
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetEnvironmentName(EnvironmentNameT &&value)
AWS_ELASTICBEANSTALK_API DescribeInstancesHealthRequest()=default
bool AttributeNamesHasBeenSet() const
bool EnvironmentNameHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
DescribeInstancesHealthRequest & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetEnvironmentId() const
DescribeInstancesHealthRequest & AddAttributeNames(InstancesHealthAttribute value)
const Aws::Vector< InstancesHealthAttribute > & GetAttributeNames() const
void SetAttributeNames(AttributeNamesT &&value)
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
DescribeInstancesHealthRequest & WithEnvironmentName(EnvironmentNameT &&value)
DescribeInstancesHealthRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector