7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/qapps/QApps_EXPORTS.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename LibraryItemIdT = Aws::String>
60 m_libraryItemIdHasBeenSet =
true;
61 m_libraryItemId = std::forward<LibraryItemIdT>(value);
63 template <
typename LibraryItemIdT = Aws::String>
77 m_isVerifiedHasBeenSet =
true;
90 bool m_isVerified{
false};
91 bool m_instanceIdHasBeenSet =
false;
92 bool m_libraryItemIdHasBeenSet =
false;
93 bool m_isVerifiedHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String