7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename HubContentArnT = Aws::String>
48 void SetHubContentArn(HubContentArnT&& value) { m_hubContentArnHasBeenSet =
true; m_hubContentArn = std::forward<HubContentArnT>(value); }
49 template<
typename HubContentArnT = Aws::String>
55 bool m_hubContentArnHasBeenSet =
false;
AWS_SAGEMAKER_API InferenceHubAccessConfig()=default
bool HubContentArnHasBeenSet() const
const Aws::String & GetHubContentArn() const
InferenceHubAccessConfig & WithHubContentArn(HubContentArnT &&value)
void SetHubContentArn(HubContentArnT &&value)
AWS_SAGEMAKER_API InferenceHubAccessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API InferenceHubAccessConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue