7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetCapacityTaskId(
const char* value) { m_capacityTaskIdHasBeenSet =
true; m_capacityTaskId.assign(value); }
57 inline void SetOutpostIdentifier(
const char* value) { m_outpostIdentifierHasBeenSet =
true; m_outpostIdentifier.assign(value); }
65 bool m_capacityTaskIdHasBeenSet =
false;
68 bool m_outpostIdentifierHasBeenSet =
false;
bool CapacityTaskIdHasBeenSet() const
void SetCapacityTaskId(Aws::String &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
void SetCapacityTaskId(const char *value)
GetCapacityTaskRequest & WithOutpostIdentifier(const Aws::String &value)
void SetOutpostIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_OUTPOSTS_API GetCapacityTaskRequest()
GetCapacityTaskRequest & WithCapacityTaskId(const Aws::String &value)
bool OutpostIdentifierHasBeenSet() const
GetCapacityTaskRequest & WithOutpostIdentifier(const char *value)
GetCapacityTaskRequest & WithCapacityTaskId(Aws::String &&value)
void SetCapacityTaskId(const Aws::String &value)
void SetOutpostIdentifier(const char *value)
GetCapacityTaskRequest & WithCapacityTaskId(const char *value)
GetCapacityTaskRequest & WithOutpostIdentifier(Aws::String &&value)
void SetOutpostIdentifier(Aws::String &&value)
const Aws::String & GetCapacityTaskId() const
const Aws::String & GetOutpostIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String