7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename ModelArnT = Aws::String>
40 m_modelArnHasBeenSet =
true;
41 m_modelArn = std::forward<ModelArnT>(value);
43 template <
typename ModelArnT = Aws::String>
57 template <
typename CustomModelDeploymentIdentifierT = Aws::String>
59 m_customModelDeploymentIdentifierHasBeenSet =
true;
60 m_customModelDeploymentIdentifier = std::forward<CustomModelDeploymentIdentifierT>(value);
62 template <
typename CustomModelDeploymentIdentifierT = Aws::String>
72 bool m_modelArnHasBeenSet =
false;
73 bool m_customModelDeploymentIdentifierHasBeenSet =
false;
const Aws::String & GetCustomModelDeploymentIdentifier() const
UpdateCustomModelDeploymentRequest & WithCustomModelDeploymentIdentifier(CustomModelDeploymentIdentifierT &&value)
AWS_BEDROCK_API UpdateCustomModelDeploymentRequest()=default
bool ModelArnHasBeenSet() const
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetModelArn() const
UpdateCustomModelDeploymentRequest & WithModelArn(ModelArnT &&value)
bool CustomModelDeploymentIdentifierHasBeenSet() const
void SetCustomModelDeploymentIdentifier(CustomModelDeploymentIdentifierT &&value)
void SetModelArn(ModelArnT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String