7#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
8#include <aws/migrationhub-config/model/TargetType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace MigrationHubConfig
37 AWS_MIGRATIONHUBCONFIG_API
Target() =
default;
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
69 bool m_typeHasBeenSet =
false;
72 bool m_idHasBeenSet =
false;
void SetType(TargetType value)
Target & WithId(IdT &&value)
TargetType GetType() const
bool IdHasBeenSet() const
AWS_MIGRATIONHUBCONFIG_API Target()=default
bool TypeHasBeenSet() const
AWS_MIGRATIONHUBCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MIGRATIONHUBCONFIG_API Target & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
Target & WithType(TargetType value)
AWS_MIGRATIONHUBCONFIG_API Target(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue