7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename ResourceIdentifierT = Aws::String>
43 m_resourceIdentifierHasBeenSet =
true;
44 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
46 template <
typename ResourceIdentifierT = Aws::String>
54 bool m_resourceIdentifierHasBeenSet =
false;
const Aws::String & GetResourceIdentifier() const
StartSessionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
bool ResourceIdentifierHasBeenSet() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SAGEMAKER_API StartSessionRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String