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>
56 template <
typename OutpostIdentifierT = Aws::String>
58 m_outpostIdentifierHasBeenSet =
true;
59 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
61 template <
typename OutpostIdentifierT = Aws::String>
71 bool m_capacityTaskIdHasBeenSet =
false;
72 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