/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The domain's details.See Also:
AWS
* API Reference
The domain's Amazon Resource Name (ARN).
*/ inline const Aws::String& GetDomainArn() const{ return m_domainArn; } /** *The domain's Amazon Resource Name (ARN).
*/ inline bool DomainArnHasBeenSet() const { return m_domainArnHasBeenSet; } /** *The domain's Amazon Resource Name (ARN).
*/ inline void SetDomainArn(const Aws::String& value) { m_domainArnHasBeenSet = true; m_domainArn = value; } /** *The domain's Amazon Resource Name (ARN).
*/ inline void SetDomainArn(Aws::String&& value) { m_domainArnHasBeenSet = true; m_domainArn = std::move(value); } /** *The domain's Amazon Resource Name (ARN).
*/ inline void SetDomainArn(const char* value) { m_domainArnHasBeenSet = true; m_domainArn.assign(value); } /** *The domain's Amazon Resource Name (ARN).
*/ inline DomainDetails& WithDomainArn(const Aws::String& value) { SetDomainArn(value); return *this;} /** *The domain's Amazon Resource Name (ARN).
*/ inline DomainDetails& WithDomainArn(Aws::String&& value) { SetDomainArn(std::move(value)); return *this;} /** *The domain's Amazon Resource Name (ARN).
*/ inline DomainDetails& WithDomainArn(const char* value) { SetDomainArn(value); return *this;} /** *The domain ID.
*/ inline const Aws::String& GetDomainId() const{ return m_domainId; } /** *The domain ID.
*/ inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; } /** *The domain ID.
*/ inline void SetDomainId(const Aws::String& value) { m_domainIdHasBeenSet = true; m_domainId = value; } /** *The domain ID.
*/ inline void SetDomainId(Aws::String&& value) { m_domainIdHasBeenSet = true; m_domainId = std::move(value); } /** *The domain ID.
*/ inline void SetDomainId(const char* value) { m_domainIdHasBeenSet = true; m_domainId.assign(value); } /** *The domain ID.
*/ inline DomainDetails& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;} /** *The domain ID.
*/ inline DomainDetails& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;} /** *The domain ID.
*/ inline DomainDetails& WithDomainId(const char* value) { SetDomainId(value); return *this;} /** *The domain name.
*/ inline const Aws::String& GetDomainName() const{ return m_domainName; } /** *The domain name.
*/ inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; } /** *The domain name.
*/ inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; } /** *The domain name.
*/ inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); } /** *The domain name.
*/ inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); } /** *The domain name.
*/ inline DomainDetails& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;} /** *The domain name.
*/ inline DomainDetails& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;} /** *The domain name.
*/ inline DomainDetails& WithDomainName(const char* value) { SetDomainName(value); return *this;} /** *The status.
*/ inline const DomainStatus& GetStatus() const{ return m_status; } /** *The status.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status.
*/ inline void SetStatus(const DomainStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status.
*/ inline void SetStatus(DomainStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status.
*/ inline DomainDetails& WithStatus(const DomainStatus& value) { SetStatus(value); return *this;} /** *The status.
*/ inline DomainDetails& WithStatus(DomainStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The creation time.
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *The creation time.
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The creation time.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *The creation time.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *The creation time.
*/ inline DomainDetails& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The creation time.
*/ inline DomainDetails& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *The last modified time.
*/ inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; } /** *The last modified time.
*/ inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; } /** *The last modified time.
*/ inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; } /** *The last modified time.
*/ inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); } /** *The last modified time.
*/ inline DomainDetails& WithLastModifiedTime(const Aws::Utils::DateTime& value) { SetLastModifiedTime(value); return *this;} /** *The last modified time.
*/ inline DomainDetails& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;} /** *The domain's URL.
*/ inline const Aws::String& GetUrl() const{ return m_url; } /** *The domain's URL.
*/ inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; } /** *The domain's URL.
*/ inline void SetUrl(const Aws::String& value) { m_urlHasBeenSet = true; m_url = value; } /** *The domain's URL.
*/ inline void SetUrl(Aws::String&& value) { m_urlHasBeenSet = true; m_url = std::move(value); } /** *The domain's URL.
*/ inline void SetUrl(const char* value) { m_urlHasBeenSet = true; m_url.assign(value); } /** *The domain's URL.
*/ inline DomainDetails& WithUrl(const Aws::String& value) { SetUrl(value); return *this;} /** *The domain's URL.
*/ inline DomainDetails& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;} /** *The domain's URL.
*/ inline DomainDetails& WithUrl(const char* value) { SetUrl(value); return *this;} private: Aws::String m_domainArn; bool m_domainArnHasBeenSet = false; Aws::String m_domainId; bool m_domainIdHasBeenSet = false; Aws::String m_domainName; bool m_domainNameHasBeenSet = false; DomainStatus m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedTime; bool m_lastModifiedTimeHasBeenSet = false; Aws::String m_url; bool m_urlHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws