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 OutpostIdentifierT = Aws::String>
39 m_outpostIdentifierHasBeenSet =
true;
40 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
42 template <
typename OutpostIdentifierT = Aws::String>
56 m_validateOnlyHasBeenSet =
true;
57 m_validateOnly = value;
67 bool m_validateOnly{
false};
68 bool m_outpostIdentifierHasBeenSet =
false;
69 bool m_validateOnlyHasBeenSet =
false;
bool OutpostIdentifierHasBeenSet() const
bool ValidateOnlyHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_OUTPOSTS_API StartOutpostDecommissionRequest()=default
const Aws::String & GetOutpostIdentifier() const
StartOutpostDecommissionRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
void SetValidateOnly(bool value)
StartOutpostDecommissionRequest & WithValidateOnly(bool value)
bool GetValidateOnly() const
void SetOutpostIdentifier(OutpostIdentifierT &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String