7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/outposts/model/InstanceTypeCapacity.h>
46 inline void SetOutpostIdentifier(
const char* value) { m_outpostIdentifierHasBeenSet =
true; m_outpostIdentifier.assign(value); }
61 inline void SetOrderId(
const char* value) { m_orderIdHasBeenSet =
true; m_orderId.assign(value); }
89 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
95 bool m_outpostIdentifierHasBeenSet =
false;
98 bool m_orderIdHasBeenSet =
false;
101 bool m_instancePoolsHasBeenSet =
false;
104 bool m_dryRunHasBeenSet =
false;
StartCapacityTaskRequest & WithInstancePools(Aws::Vector< InstanceTypeCapacity > &&value)
StartCapacityTaskRequest & AddInstancePools(const InstanceTypeCapacity &value)
StartCapacityTaskRequest & WithOutpostIdentifier(const char *value)
AWS_OUTPOSTS_API StartCapacityTaskRequest()
virtual const char * GetServiceRequestName() const override
StartCapacityTaskRequest & WithDryRun(bool value)
StartCapacityTaskRequest & WithOutpostIdentifier(const Aws::String &value)
const Aws::Vector< InstanceTypeCapacity > & GetInstancePools() const
StartCapacityTaskRequest & WithOrderId(const char *value)
bool OutpostIdentifierHasBeenSet() const
void SetInstancePools(Aws::Vector< InstanceTypeCapacity > &&value)
void SetOutpostIdentifier(Aws::String &&value)
StartCapacityTaskRequest & WithOrderId(const Aws::String &value)
StartCapacityTaskRequest & WithInstancePools(const Aws::Vector< InstanceTypeCapacity > &value)
void SetOrderId(const char *value)
void SetInstancePools(const Aws::Vector< InstanceTypeCapacity > &value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
StartCapacityTaskRequest & AddInstancePools(InstanceTypeCapacity &&value)
bool DryRunHasBeenSet() const
void SetOrderId(const Aws::String &value)
void SetOrderId(Aws::String &&value)
StartCapacityTaskRequest & WithOrderId(Aws::String &&value)
const Aws::String & GetOutpostIdentifier() const
void SetDryRun(bool value)
bool OrderIdHasBeenSet() const
void SetOutpostIdentifier(const Aws::String &value)
void SetOutpostIdentifier(const char *value)
const Aws::String & GetOrderId() const
StartCapacityTaskRequest & WithOutpostIdentifier(Aws::String &&value)
bool InstancePoolsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector