7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ResourceIdentifierT = Aws::String>
46 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
47 template<
typename ResourceIdentifierT = Aws::String>
53 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