7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 bool m_valueHasBeenSet =
false;
PutAccountSettingRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
const Aws::String & GetName() const
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutAccountSettingRequest & WithValue(ValueT &&value)
virtual const char * GetServiceRequestName() const override
void SetValue(ValueT &&value)
AWS_ECR_API PutAccountSettingRequest()=default
const Aws::String & GetValue() const
AWS_ECR_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String