7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/model/EcsEnvironmentFileType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
76 template<
typename ValueT = Aws::String>
77 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
78 template<
typename ValueT = Aws::String>
84 bool m_typeHasBeenSet =
false;
87 bool m_valueHasBeenSet =
false;
EcsEnvironmentFileType GetType() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PIPES_API EcsEnvironmentFile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AWS_PIPES_API EcsEnvironmentFile()=default
void SetValue(ValueT &&value)
AWS_PIPES_API EcsEnvironmentFile(Aws::Utils::Json::JsonView jsonValue)
EcsEnvironmentFile & WithType(EcsEnvironmentFileType value)
void SetType(EcsEnvironmentFileType value)
EcsEnvironmentFile & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue