7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/HubContentType.h>
11#include <aws/sagemaker/model/PresignedUrlAccessConfig.h>
46 template<
typename HubNameT = Aws::String>
47 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
48 template<
typename HubNameT = Aws::String>
70 template<
typename HubContentNameT = Aws::String>
71 void SetHubContentName(HubContentNameT&& value) { m_hubContentNameHasBeenSet =
true; m_hubContentName = std::forward<HubContentNameT>(value); }
72 template<
typename HubContentNameT = Aws::String>
83 template<
typename HubContentVersionT = Aws::String>
84 void SetHubContentVersion(HubContentVersionT&& value) { m_hubContentVersionHasBeenSet =
true; m_hubContentVersion = std::forward<HubContentVersionT>(value); }
85 template<
typename HubContentVersionT = Aws::String>
97 template<
typename AccessConfigT = Pre
signedUrlAccessConfig>
98 void SetAccessConfig(AccessConfigT&& value) { m_accessConfigHasBeenSet =
true; m_accessConfig = std::forward<AccessConfigT>(value); }
99 template<
typename AccessConfigT = Pre
signedUrlAccessConfig>
111 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
122 template<
typename NextTokenT = Aws::String>
123 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
124 template<
typename NextTokenT = Aws::String>
130 bool m_hubNameHasBeenSet =
false;
133 bool m_hubContentTypeHasBeenSet =
false;
136 bool m_hubContentNameHasBeenSet =
false;
139 bool m_hubContentVersionHasBeenSet =
false;
141 PresignedUrlAccessConfig m_accessConfig;
142 bool m_accessConfigHasBeenSet =
false;
145 bool m_maxResultsHasBeenSet =
false;
148 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetHubContentName() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetHubContentType(HubContentType value)
CreateHubContentPresignedUrlsRequest & WithHubContentType(HubContentType value)
void SetHubContentName(HubContentNameT &&value)
CreateHubContentPresignedUrlsRequest & WithHubContentName(HubContentNameT &&value)
CreateHubContentPresignedUrlsRequest & WithHubContentVersion(HubContentVersionT &&value)
void SetAccessConfig(AccessConfigT &&value)
CreateHubContentPresignedUrlsRequest & WithAccessConfig(AccessConfigT &&value)
CreateHubContentPresignedUrlsRequest & WithHubName(HubNameT &&value)
HubContentType GetHubContentType() const
const Aws::String & GetNextToken() const
const PresignedUrlAccessConfig & GetAccessConfig() const
bool AccessConfigHasBeenSet() const
void SetHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool HubNameHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetHubName() const
void SetHubName(HubNameT &&value)
CreateHubContentPresignedUrlsRequest & WithMaxResults(int value)
bool HubContentVersionHasBeenSet() const
CreateHubContentPresignedUrlsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetHubContentVersion() const
bool HubContentNameHasBeenSet() const
void SetMaxResults(int value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API CreateHubContentPresignedUrlsRequest()=default
bool HubContentTypeHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String