7#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
74 template<
typename StatusDetailT = Aws::String>
75 void SetStatusDetail(StatusDetailT&& value) { m_statusDetailHasBeenSet =
true; m_statusDetail = std::forward<StatusDetailT>(value); }
76 template<
typename StatusDetailT = Aws::String>
82 bool m_nameHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
88 bool m_statusDetailHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetStatusDetail(StatusDetailT &&value)
SourceResource & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_MIGRATIONHUB_API SourceResource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatusDetail() const
bool DescriptionHasBeenSet() const
SourceResource & WithStatusDetail(StatusDetailT &&value)
AWS_MIGRATIONHUB_API SourceResource()=default
SourceResource & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool StatusDetailHasBeenSet() const
const Aws::String & GetName() const
AWS_MIGRATIONHUB_API SourceResource(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue