7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename RevisionT = Aws::String>
59 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
60 template<
typename RevisionT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 bool m_revisionHasBeenSet =
false;
void SetName(NameT &&value)
bool RevisionHasBeenSet() const
Import & WithRevision(RevisionT &&value)
AWS_DATAZONE_API Import()=default
AWS_DATAZONE_API Import(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Import & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRevision() const
Import & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetRevision(RevisionT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue