7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ReservedCapacityArnT = Aws::String>
44 void SetReservedCapacityArn(ReservedCapacityArnT&& value) { m_reservedCapacityArnHasBeenSet =
true; m_reservedCapacityArn = std::forward<ReservedCapacityArnT>(value); }
45 template<
typename ReservedCapacityArnT = Aws::String>
51 bool m_reservedCapacityArnHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ReservedCapacityArnHasBeenSet() const
void SetReservedCapacityArn(ReservedCapacityArnT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DescribeReservedCapacityRequest & WithReservedCapacityArn(ReservedCapacityArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API DescribeReservedCapacityRequest()=default
const Aws::String & GetReservedCapacityArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String