7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename TypeT = Aws::String>
62 m_typeHasBeenSet =
true;
63 m_type = std::forward<TypeT>(value);
65 template <
typename TypeT = Aws::String>
67 SetType(std::forward<TypeT>(value));
79 template <
typename Endpo
intTypeT = Aws::String>
81 m_endpointTypeHasBeenSet =
true;
82 m_endpointType = std::forward<EndpointTypeT>(value);
84 template <
typename Endpo
intTypeT = Aws::String>
96 bool m_nameHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
98 bool m_endpointTypeHasBeenSet =
false;
ProcessedObject & WithName(NameT &&value)
const Aws::String & GetType() const
AWS_DATABASEMIGRATIONSERVICE_API ProcessedObject & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndpointTypeHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API ProcessedObject()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATABASEMIGRATIONSERVICE_API ProcessedObject(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetEndpointType(EndpointTypeT &&value)
void SetType(TypeT &&value)
const Aws::String & GetEndpointType() const
ProcessedObject & WithType(TypeT &&value)
bool NameHasBeenSet() const
ProcessedObject & WithEndpointType(EndpointTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue