7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename CapacityTaskIdT = Aws::String>
42 void SetCapacityTaskId(CapacityTaskIdT&& value) { m_capacityTaskIdHasBeenSet =
true; m_capacityTaskId = std::forward<CapacityTaskIdT>(value); }
43 template<
typename CapacityTaskIdT = Aws::String>
53 template<
typename OutpostIdentifierT = Aws::String>
54 void SetOutpostIdentifier(OutpostIdentifierT&& value) { m_outpostIdentifierHasBeenSet =
true; m_outpostIdentifier = std::forward<OutpostIdentifierT>(value); }
55 template<
typename OutpostIdentifierT = Aws::String>
61 bool m_capacityTaskIdHasBeenSet =
false;
64 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