7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/SettingName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecs/model/SettingType.h>
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>
72 template<
typename PrincipalArnT = Aws::String>
73 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
74 template<
typename PrincipalArnT = Aws::String>
94 bool m_nameHasBeenSet =
false;
97 bool m_valueHasBeenSet =
false;
100 bool m_principalArnHasBeenSet =
false;
103 bool m_typeHasBeenSet =
false;
const Aws::String & GetPrincipalArn() const
SettingType GetType() const
AWS_ECS_API Setting()=default
Setting & WithName(SettingName value)
Setting & WithPrincipalArn(PrincipalArnT &&value)
void SetValue(ValueT &&value)
bool NameHasBeenSet() const
void SetPrincipalArn(PrincipalArnT &&value)
Setting & WithType(SettingType value)
bool TypeHasBeenSet() const
AWS_ECS_API Setting & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(SettingType value)
void SetName(SettingName value)
Setting & WithValue(ValueT &&value)
const Aws::String & GetValue() const
SettingName GetName() const
AWS_ECS_API Setting(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
bool PrincipalArnHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue