7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSMRequest.h>
10#include <aws/ssm/SSM_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
62 m_parameterVersionHasBeenSet =
true;
63 m_parameterVersion = value;
77 template <
typename LabelsT = Aws::Vector<Aws::String>>
79 m_labelsHasBeenSet =
true;
80 m_labels = std::forward<LabelsT>(value);
82 template <
typename LabelsT = Aws::Vector<Aws::String>>
87 template <
typename LabelsT = Aws::String>
89 m_labelsHasBeenSet =
true;
90 m_labels.emplace_back(std::forward<LabelsT>(value));
97 long long m_parameterVersion{0};
100 bool m_nameHasBeenSet =
false;
101 bool m_parameterVersionHasBeenSet =
false;
102 bool m_labelsHasBeenSet =
false;
UnlabelParameterVersionRequest & WithName(NameT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
void SetLabels(LabelsT &&value)
void SetParameterVersion(long long value)
bool LabelsHasBeenSet() const
bool ParameterVersionHasBeenSet() const
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetLabels() const
UnlabelParameterVersionRequest & WithParameterVersion(long long value)
bool NameHasBeenSet() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SSM_API UnlabelParameterVersionRequest()=default
long long GetParameterVersion() const
void SetName(NameT &&value)
UnlabelParameterVersionRequest & WithLabels(LabelsT &&value)
UnlabelParameterVersionRequest & AddLabels(LabelsT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector