7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename StudioLifecycleConfigArnT = Aws::String>
36 m_studioLifecycleConfigArnHasBeenSet =
true;
37 m_studioLifecycleConfigArn = std::forward<StudioLifecycleConfigArnT>(value);
39 template <
typename StudioLifecycleConfigArnT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_studioLifecycleConfigArnHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
CreateStudioLifecycleConfigResult & WithStudioLifecycleConfigArn(StudioLifecycleConfigArnT &&value)
AWS_SAGEMAKER_API CreateStudioLifecycleConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API CreateStudioLifecycleConfigResult()=default
const Aws::String & GetStudioLifecycleConfigArn() const
AWS_SAGEMAKER_API CreateStudioLifecycleConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetStudioLifecycleConfigArn(StudioLifecycleConfigArnT &&value)
void SetRequestId(RequestIdT &&value)
CreateStudioLifecycleConfigResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue