7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AlgorithmArnT = Aws::String>
44 void SetAlgorithmArn(AlgorithmArnT&& value) { m_algorithmArnHasBeenSet =
true; m_algorithmArn = std::forward<AlgorithmArnT>(value); }
45 template<
typename AlgorithmArnT = Aws::String>
51 bool m_algorithmArnHasBeenSet =
false;
const Aws::String & GetAlgorithmArn() const
AWS_PERSONALIZE_API DescribeAlgorithmRequest()=default
DescribeAlgorithmRequest & WithAlgorithmArn(AlgorithmArnT &&value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
void SetAlgorithmArn(AlgorithmArnT &&value)
bool AlgorithmArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String