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 LayerIdT = Aws::String>
59 void SetLayerId(LayerIdT&& value) { m_layerIdHasBeenSet =
true; m_layerId = std::forward<LayerIdT>(value); }
60 template<
typename LayerIdT = Aws::String>
72 template<
typename InstanceIdsT = Aws::Vector<Aws::String>>
73 void SetInstanceIds(InstanceIdsT&& value) { m_instanceIdsHasBeenSet =
true; m_instanceIds = std::forward<InstanceIdsT>(value); }
74 template<
typename InstanceIdsT = Aws::Vector<Aws::String>>
76 template<
typename InstanceIdsT = Aws::String>
82 bool m_stackIdHasBeenSet =
false;
85 bool m_layerIdHasBeenSet =
false;
88 bool m_instanceIdsHasBeenSet =
false;
bool StackIdHasBeenSet() const
bool LayerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeInstancesRequest & WithLayerId(LayerIdT &&value)
void SetLayerId(LayerIdT &&value)
const Aws::String & GetStackId() const
DescribeInstancesRequest & AddInstanceIds(InstanceIdsT &&value)
const Aws::Vector< Aws::String > & GetInstanceIds() const
AWS_OPSWORKS_API DescribeInstancesRequest()=default
DescribeInstancesRequest & WithStackId(StackIdT &&value)
bool InstanceIdsHasBeenSet() const
DescribeInstancesRequest & WithInstanceIds(InstanceIdsT &&value)
const Aws::String & GetLayerId() const
void SetStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetInstanceIds(InstanceIdsT &&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