7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename ModelCardNameT = Aws::String>
41 m_modelCardNameHasBeenSet =
true;
42 m_modelCardName = std::forward<ModelCardNameT>(value);
44 template <
typename ModelCardNameT = Aws::String>
59 m_modelCardVersionHasBeenSet =
true;
60 m_modelCardVersion = value;
70 int m_modelCardVersion{0};
71 bool m_modelCardNameHasBeenSet =
false;
72 bool m_modelCardVersionHasBeenSet =
false;
void SetModelCardVersion(int value)
DescribeModelCardRequest & WithModelCardName(ModelCardNameT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetModelCardName() const
bool ModelCardNameHasBeenSet() const
DescribeModelCardRequest & WithModelCardVersion(int value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetModelCardVersion() const
bool ModelCardVersionHasBeenSet() const
AWS_SAGEMAKER_API DescribeModelCardRequest()=default
void SetModelCardName(ModelCardNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String