7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/model/SettingName.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
160 template<
typename ValueT = Aws::String>
161 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
162 template<
typename ValueT = Aws::String>
180 template<
typename PrincipalArnT = Aws::String>
181 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
182 template<
typename PrincipalArnT = Aws::String>
188 bool m_nameHasBeenSet =
false;
191 bool m_valueHasBeenSet =
false;
194 bool m_principalArnHasBeenSet =
false;
const Aws::String & GetPrincipalArn() const
void SetPrincipalArn(PrincipalArnT &&value)
const Aws::String & GetValue() const
AWS_ECS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
void SetName(SettingName value)
SettingName GetName() const
AWS_ECS_API PutAccountSettingRequest()=default
void SetValue(ValueT &&value)
PutAccountSettingRequest & WithValue(ValueT &&value)
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PrincipalArnHasBeenSet() const
PutAccountSettingRequest & WithName(SettingName value)
bool ValueHasBeenSet() const
PutAccountSettingRequest & WithPrincipalArn(PrincipalArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String