7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/EnvironmentVariableType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
105 bool m_nameHasBeenSet =
false;
108 bool m_valueHasBeenSet =
false;
111 bool m_typeHasBeenSet =
false;
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentVariable & WithName(const Aws::String &value)
void SetValue(const char *value)
const Aws::String & GetValue() const
const Aws::String & GetName() const
EnvironmentVariable & WithName(Aws::String &&value)
void SetType(EnvironmentVariableType &&value)
const EnvironmentVariableType & GetType() const
bool NameHasBeenSet() const
EnvironmentVariable & WithType(EnvironmentVariableType &&value)
void SetName(const char *value)
bool ValueHasBeenSet() const
AWS_CODEBUILD_API EnvironmentVariable()
void SetName(const Aws::String &value)
void SetValue(const Aws::String &value)
void SetType(const EnvironmentVariableType &value)
void SetName(Aws::String &&value)
EnvironmentVariable & WithName(const char *value)
void SetValue(Aws::String &&value)
EnvironmentVariable & WithValue(const char *value)
EnvironmentVariable & WithValue(const Aws::String &value)
EnvironmentVariable & WithType(const EnvironmentVariableType &value)
EnvironmentVariable & WithValue(Aws::String &&value)
bool TypeHasBeenSet() const
AWS_CODEBUILD_API EnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API EnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue