7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
37 template <
typename CapacityTaskIdT = Aws::String>
39 m_capacityTaskIdHasBeenSet =
true;
40 m_capacityTaskId = std::forward<CapacityTaskIdT>(value);
42 template <
typename CapacityTaskIdT = Aws::String>
55 template <
typename OutpostIdentifierT = Aws::String>
57 m_outpostIdentifierHasBeenSet =
true;
58 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
60 template <
typename OutpostIdentifierT = Aws::String>
70 bool m_capacityTaskIdHasBeenSet =
false;
71 bool m_outpostIdentifierHasBeenSet =
false;
bool CapacityTaskIdHasBeenSet() const
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_OUTPOSTS_API GetCapacityTaskRequest()=default
bool OutpostIdentifierHasBeenSet() const
void SetOutpostIdentifier(OutpostIdentifierT &&value)
void SetCapacityTaskId(CapacityTaskIdT &&value)
GetCapacityTaskRequest & WithCapacityTaskId(CapacityTaskIdT &&value)
const Aws::String & GetCapacityTaskId() const
GetCapacityTaskRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
const Aws::String & GetOutpostIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String