/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SageMaker { namespace Model { class DescribeStudioLifecycleConfigResult { public: AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult(); AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline const Aws::String& GetStudioLifecycleConfigArn() const{ return m_studioLifecycleConfigArn; } /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline void SetStudioLifecycleConfigArn(const Aws::String& value) { m_studioLifecycleConfigArn = value; } /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline void SetStudioLifecycleConfigArn(Aws::String&& value) { m_studioLifecycleConfigArn = std::move(value); } /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline void SetStudioLifecycleConfigArn(const char* value) { m_studioLifecycleConfigArn.assign(value); } /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigArn(const Aws::String& value) { SetStudioLifecycleConfigArn(value); return *this;} /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigArn(Aws::String&& value) { SetStudioLifecycleConfigArn(std::move(value)); return *this;} /** *

The ARN of the Lifecycle Configuration to describe.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigArn(const char* value) { SetStudioLifecycleConfigArn(value); return *this;} /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline const Aws::String& GetStudioLifecycleConfigName() const{ return m_studioLifecycleConfigName; } /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline void SetStudioLifecycleConfigName(const Aws::String& value) { m_studioLifecycleConfigName = value; } /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline void SetStudioLifecycleConfigName(Aws::String&& value) { m_studioLifecycleConfigName = std::move(value); } /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline void SetStudioLifecycleConfigName(const char* value) { m_studioLifecycleConfigName.assign(value); } /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigName(const Aws::String& value) { SetStudioLifecycleConfigName(value); return *this;} /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigName(Aws::String&& value) { SetStudioLifecycleConfigName(std::move(value)); return *this;} /** *

The name of the Studio Lifecycle Configuration that is described.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigName(const char* value) { SetStudioLifecycleConfigName(value); return *this;} /** *

The creation time of the Studio Lifecycle Configuration.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

The creation time of the Studio Lifecycle Configuration.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

The creation time of the Studio Lifecycle Configuration.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

The creation time of the Studio Lifecycle Configuration.

*/ inline DescribeStudioLifecycleConfigResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

The creation time of the Studio Lifecycle Configuration.

*/ inline DescribeStudioLifecycleConfigResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *

This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.

*/ inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; } /** *

This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.

*/ inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; } /** *

This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.

*/ inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); } /** *

This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.

*/ inline DescribeStudioLifecycleConfigResult& WithLastModifiedTime(const Aws::Utils::DateTime& value) { SetLastModifiedTime(value); return *this;} /** *

This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.

*/ inline DescribeStudioLifecycleConfigResult& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;} /** *

The content of your Studio Lifecycle Configuration script.

*/ inline const Aws::String& GetStudioLifecycleConfigContent() const{ return m_studioLifecycleConfigContent; } /** *

The content of your Studio Lifecycle Configuration script.

*/ inline void SetStudioLifecycleConfigContent(const Aws::String& value) { m_studioLifecycleConfigContent = value; } /** *

The content of your Studio Lifecycle Configuration script.

*/ inline void SetStudioLifecycleConfigContent(Aws::String&& value) { m_studioLifecycleConfigContent = std::move(value); } /** *

The content of your Studio Lifecycle Configuration script.

*/ inline void SetStudioLifecycleConfigContent(const char* value) { m_studioLifecycleConfigContent.assign(value); } /** *

The content of your Studio Lifecycle Configuration script.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigContent(const Aws::String& value) { SetStudioLifecycleConfigContent(value); return *this;} /** *

The content of your Studio Lifecycle Configuration script.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigContent(Aws::String&& value) { SetStudioLifecycleConfigContent(std::move(value)); return *this;} /** *

The content of your Studio Lifecycle Configuration script.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigContent(const char* value) { SetStudioLifecycleConfigContent(value); return *this;} /** *

The App type that the Lifecycle Configuration is attached to.

*/ inline const StudioLifecycleConfigAppType& GetStudioLifecycleConfigAppType() const{ return m_studioLifecycleConfigAppType; } /** *

The App type that the Lifecycle Configuration is attached to.

*/ inline void SetStudioLifecycleConfigAppType(const StudioLifecycleConfigAppType& value) { m_studioLifecycleConfigAppType = value; } /** *

The App type that the Lifecycle Configuration is attached to.

*/ inline void SetStudioLifecycleConfigAppType(StudioLifecycleConfigAppType&& value) { m_studioLifecycleConfigAppType = std::move(value); } /** *

The App type that the Lifecycle Configuration is attached to.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigAppType(const StudioLifecycleConfigAppType& value) { SetStudioLifecycleConfigAppType(value); return *this;} /** *

The App type that the Lifecycle Configuration is attached to.

*/ inline DescribeStudioLifecycleConfigResult& WithStudioLifecycleConfigAppType(StudioLifecycleConfigAppType&& value) { SetStudioLifecycleConfigAppType(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeStudioLifecycleConfigResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeStudioLifecycleConfigResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeStudioLifecycleConfigResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_studioLifecycleConfigArn; Aws::String m_studioLifecycleConfigName; Aws::Utils::DateTime m_creationTime; Aws::Utils::DateTime m_lastModifiedTime; Aws::String m_studioLifecycleConfigContent; StudioLifecycleConfigAppType m_studioLifecycleConfigAppType; Aws::String m_requestId; }; } // namespace Model } // namespace SageMaker } // namespace Aws