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 CustomModelDeploymentIdentifierT = Aws::String>
40 m_customModelDeploymentIdentifierHasBeenSet =
true;
41 m_customModelDeploymentIdentifier = std::forward<CustomModelDeploymentIdentifierT>(value);
43 template <
typename CustomModelDeploymentIdentifierT = Aws::String>
51 bool m_customModelDeploymentIdentifierHasBeenSet =
false;
AWS_BEDROCK_API Aws::String SerializePayload() const override
AWS_BEDROCK_API DeleteCustomModelDeploymentRequest()=default
const Aws::String & GetCustomModelDeploymentIdentifier() const
void SetCustomModelDeploymentIdentifier(CustomModelDeploymentIdentifierT &&value)
DeleteCustomModelDeploymentRequest & WithCustomModelDeploymentIdentifier(CustomModelDeploymentIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool CustomModelDeploymentIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String