7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/EnvironmentFileType.h>
71 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
92 bool m_valueHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
const Aws::String & GetValue() const
void SetValue(const Aws::String &value)
AWS_ECS_API EnvironmentFile()
EnvironmentFile & WithValue(const char *value)
bool TypeHasBeenSet() const
EnvironmentFile & WithType(const EnvironmentFileType &value)
bool ValueHasBeenSet() const
EnvironmentFile & WithType(EnvironmentFileType &&value)
AWS_ECS_API EnvironmentFile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const EnvironmentFileType &value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentFile & WithValue(const Aws::String &value)
void SetType(EnvironmentFileType &&value)
AWS_ECS_API EnvironmentFile(Aws::Utils::Json::JsonView jsonValue)
void SetValue(const char *value)
const EnvironmentFileType & GetType() const
void SetValue(Aws::String &&value)
EnvironmentFile & WithValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue