7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/model/CopyFromSource.h>
50 template<
typename DataT = Aws::Utils::ByteBuffer>
51 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
52 template<
typename DataT = Aws::Utils::ByteBuffer>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename CopyFromT = CopyFromSource>
75 void SetCopyFrom(CopyFromT&& value) { m_copyFromHasBeenSet =
true; m_copyFrom = std::forward<CopyFromT>(value); }
76 template<
typename CopyFromT = CopyFromSource>
82 bool m_dataHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
87 CopyFromSource m_copyFrom;
88 bool m_copyFromHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue