7#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace MigrationHub {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename StatusDetailT = Aws::String>
82 m_statusDetailHasBeenSet =
true;
83 m_statusDetail = std::forward<StatusDetailT>(value);
85 template <
typename StatusDetailT = Aws::String>
93 bool m_nameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 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