/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details of the Studio Lifecycle Configuration.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline const Aws::String& GetStudioLifecycleConfigArn() const{ return m_studioLifecycleConfigArn; } /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline bool StudioLifecycleConfigArnHasBeenSet() const { return m_studioLifecycleConfigArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigArn(const Aws::String& value) { m_studioLifecycleConfigArnHasBeenSet = true; m_studioLifecycleConfigArn = value; } /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigArn(Aws::String&& value) { m_studioLifecycleConfigArnHasBeenSet = true; m_studioLifecycleConfigArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigArn(const char* value) { m_studioLifecycleConfigArnHasBeenSet = true; m_studioLifecycleConfigArn.assign(value); } /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigArn(const Aws::String& value) { SetStudioLifecycleConfigArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigArn(Aws::String&& value) { SetStudioLifecycleConfigArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigArn(const char* value) { SetStudioLifecycleConfigArn(value); return *this;} /** *The name of the Studio Lifecycle Configuration.
*/ inline const Aws::String& GetStudioLifecycleConfigName() const{ return m_studioLifecycleConfigName; } /** *The name of the Studio Lifecycle Configuration.
*/ inline bool StudioLifecycleConfigNameHasBeenSet() const { return m_studioLifecycleConfigNameHasBeenSet; } /** *The name of the Studio Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigName(const Aws::String& value) { m_studioLifecycleConfigNameHasBeenSet = true; m_studioLifecycleConfigName = value; } /** *The name of the Studio Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigName(Aws::String&& value) { m_studioLifecycleConfigNameHasBeenSet = true; m_studioLifecycleConfigName = std::move(value); } /** *The name of the Studio Lifecycle Configuration.
*/ inline void SetStudioLifecycleConfigName(const char* value) { m_studioLifecycleConfigNameHasBeenSet = true; m_studioLifecycleConfigName.assign(value); } /** *The name of the Studio Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigName(const Aws::String& value) { SetStudioLifecycleConfigName(value); return *this;} /** *The name of the Studio Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigName(Aws::String&& value) { SetStudioLifecycleConfigName(std::move(value)); return *this;} /** *The name of the Studio Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& 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 bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The creation time of the Studio Lifecycle Configuration.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *The creation time of the Studio Lifecycle Configuration.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *The creation time of the Studio Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The creation time of the Studio Lifecycle Configuration.
*/ inline StudioLifecycleConfigDetails& 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 bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; } /** *This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.
*/ inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; } /** *This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.
*/ inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); } /** *This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.
*/ inline StudioLifecycleConfigDetails& WithLastModifiedTime(const Aws::Utils::DateTime& value) { SetLastModifiedTime(value); return *this;} /** *This value is equivalent to CreationTime because Studio Lifecycle * Configurations are immutable.
*/ inline StudioLifecycleConfigDetails& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;} /** *The App type to which the Lifecycle Configuration is attached.
*/ inline const StudioLifecycleConfigAppType& GetStudioLifecycleConfigAppType() const{ return m_studioLifecycleConfigAppType; } /** *The App type to which the Lifecycle Configuration is attached.
*/ inline bool StudioLifecycleConfigAppTypeHasBeenSet() const { return m_studioLifecycleConfigAppTypeHasBeenSet; } /** *The App type to which the Lifecycle Configuration is attached.
*/ inline void SetStudioLifecycleConfigAppType(const StudioLifecycleConfigAppType& value) { m_studioLifecycleConfigAppTypeHasBeenSet = true; m_studioLifecycleConfigAppType = value; } /** *The App type to which the Lifecycle Configuration is attached.
*/ inline void SetStudioLifecycleConfigAppType(StudioLifecycleConfigAppType&& value) { m_studioLifecycleConfigAppTypeHasBeenSet = true; m_studioLifecycleConfigAppType = std::move(value); } /** *The App type to which the Lifecycle Configuration is attached.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigAppType(const StudioLifecycleConfigAppType& value) { SetStudioLifecycleConfigAppType(value); return *this;} /** *The App type to which the Lifecycle Configuration is attached.
*/ inline StudioLifecycleConfigDetails& WithStudioLifecycleConfigAppType(StudioLifecycleConfigAppType&& value) { SetStudioLifecycleConfigAppType(std::move(value)); return *this;} private: Aws::String m_studioLifecycleConfigArn; bool m_studioLifecycleConfigArnHasBeenSet = false; Aws::String m_studioLifecycleConfigName; bool m_studioLifecycleConfigNameHasBeenSet = false; Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedTime; bool m_lastModifiedTimeHasBeenSet = false; StudioLifecycleConfigAppType m_studioLifecycleConfigAppType; bool m_studioLifecycleConfigAppTypeHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws