7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/AsyncInferenceClientConfig.h>
9#include <aws/sagemaker/model/AsyncInferenceOutputConfig.h>
70 bool m_clientConfigHasBeenSet =
false;
73 bool m_outputConfigHasBeenSet =
false;
AWS_SAGEMAKER_API AsyncInferenceConfig()
void SetClientConfig(AsyncInferenceClientConfig &&value)
AWS_SAGEMAKER_API AsyncInferenceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AsyncInferenceConfig & WithClientConfig(const AsyncInferenceClientConfig &value)
void SetOutputConfig(const AsyncInferenceOutputConfig &value)
AWS_SAGEMAKER_API AsyncInferenceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientConfigHasBeenSet() const
void SetOutputConfig(AsyncInferenceOutputConfig &&value)
const AsyncInferenceOutputConfig & GetOutputConfig() const
AsyncInferenceConfig & WithOutputConfig(AsyncInferenceOutputConfig &&value)
AsyncInferenceConfig & WithOutputConfig(const AsyncInferenceOutputConfig &value)
const AsyncInferenceClientConfig & GetClientConfig() const
bool OutputConfigHasBeenSet() const
void SetClientConfig(const AsyncInferenceClientConfig &value)
AsyncInferenceConfig & WithClientConfig(AsyncInferenceClientConfig &&value)
Aws::Utils::Json::JsonValue JsonValue