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>
54 template<
typename OutpostIdentifierT = Aws::String>
55 void SetOutpostIdentifier(OutpostIdentifierT&& value) { m_outpostIdentifierHasBeenSet =
true; m_outpostIdentifier = std::forward<OutpostIdentifierT>(value); }
56 template<
typename OutpostIdentifierT = Aws::String>
62 bool m_capacityTaskIdHasBeenSet =
false;
65 bool m_outpostIdentifierHasBeenSet =
false;
bool OutpostIdentifierHasBeenSet() const
CancelCapacityTaskRequest & WithCapacityTaskId(CapacityTaskIdT &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
void SetCapacityTaskId(CapacityTaskIdT &&value)
AWS_OUTPOSTS_API CancelCapacityTaskRequest()=default
const Aws::String & GetCapacityTaskId() const
bool CapacityTaskIdHasBeenSet() const
const Aws::String & GetOutpostIdentifier() const
CancelCapacityTaskRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetOutpostIdentifier(OutpostIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String