7#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
8#include <aws/AWSMigrationHub/model/ResourceAttributeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
77 bool m_typeHasBeenSet =
false;
80 bool m_valueHasBeenSet =
false;
void SetValue(const char *value)
ResourceAttribute & WithType(const ResourceAttributeType &value)
const ResourceAttributeType & GetType() const
ResourceAttribute & WithValue(Aws::String &&value)
AWS_MIGRATIONHUB_API ResourceAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUB_API ResourceAttribute(Aws::Utils::Json::JsonView jsonValue)
ResourceAttribute & WithValue(const char *value)
void SetType(const ResourceAttributeType &value)
void SetValue(const Aws::String &value)
AWS_MIGRATIONHUB_API ResourceAttribute()
const Aws::String & GetValue() const
void SetValue(Aws::String &&value)
void SetType(ResourceAttributeType &&value)
ResourceAttribute & WithValue(const Aws::String &value)
bool ValueHasBeenSet() const
ResourceAttribute & WithType(ResourceAttributeType &&value)
AWS_MIGRATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue