7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
55 template <
typename RetrieverIdT = Aws::String>
57 m_retrieverIdHasBeenSet =
true;
58 m_retrieverId = std::forward<RetrieverIdT>(value);
60 template <
typename RetrieverIdT = Aws::String>
70 bool m_applicationIdHasBeenSet =
false;
71 bool m_retrieverIdHasBeenSet =
false;
const Aws::String & GetRetrieverId() const
GetRetrieverRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
GetRetrieverRequest & WithRetrieverId(RetrieverIdT &&value)
bool RetrieverIdHasBeenSet() const
void SetRetrieverId(RetrieverIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QBUSINESS_API GetRetrieverRequest()=default
bool ApplicationIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String