/** * 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 DescribeDeviceFleetResult { public: AWS_SAGEMAKER_API DescribeDeviceFleetResult(); AWS_SAGEMAKER_API DescribeDeviceFleetResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKER_API DescribeDeviceFleetResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The name of the fleet.

*/ inline const Aws::String& GetDeviceFleetName() const{ return m_deviceFleetName; } /** *

The name of the fleet.

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

The name of the fleet.

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

The name of the fleet.

*/ inline void SetDeviceFleetName(const char* value) { m_deviceFleetName.assign(value); } /** *

The name of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetName(const Aws::String& value) { SetDeviceFleetName(value); return *this;} /** *

The name of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetName(Aws::String&& value) { SetDeviceFleetName(std::move(value)); return *this;} /** *

The name of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetName(const char* value) { SetDeviceFleetName(value); return *this;} /** *

The The Amazon Resource Name (ARN) of the fleet.

*/ inline const Aws::String& GetDeviceFleetArn() const{ return m_deviceFleetArn; } /** *

The The Amazon Resource Name (ARN) of the fleet.

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

The The Amazon Resource Name (ARN) of the fleet.

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

The The Amazon Resource Name (ARN) of the fleet.

*/ inline void SetDeviceFleetArn(const char* value) { m_deviceFleetArn.assign(value); } /** *

The The Amazon Resource Name (ARN) of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetArn(const Aws::String& value) { SetDeviceFleetArn(value); return *this;} /** *

The The Amazon Resource Name (ARN) of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetArn(Aws::String&& value) { SetDeviceFleetArn(std::move(value)); return *this;} /** *

The The Amazon Resource Name (ARN) of the fleet.

*/ inline DescribeDeviceFleetResult& WithDeviceFleetArn(const char* value) { SetDeviceFleetArn(value); return *this;} /** *

The output configuration for storing sampled data.

*/ inline const EdgeOutputConfig& GetOutputConfig() const{ return m_outputConfig; } /** *

The output configuration for storing sampled data.

*/ inline void SetOutputConfig(const EdgeOutputConfig& value) { m_outputConfig = value; } /** *

The output configuration for storing sampled data.

*/ inline void SetOutputConfig(EdgeOutputConfig&& value) { m_outputConfig = std::move(value); } /** *

The output configuration for storing sampled data.

*/ inline DescribeDeviceFleetResult& WithOutputConfig(const EdgeOutputConfig& value) { SetOutputConfig(value); return *this;} /** *

The output configuration for storing sampled data.

*/ inline DescribeDeviceFleetResult& WithOutputConfig(EdgeOutputConfig&& value) { SetOutputConfig(std::move(value)); return *this;} /** *

A description of the fleet.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

A description of the fleet.

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

A description of the fleet.

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

A description of the fleet.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

A description of the fleet.

*/ inline DescribeDeviceFleetResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

A description of the fleet.

*/ inline DescribeDeviceFleetResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

A description of the fleet.

*/ inline DescribeDeviceFleetResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

Timestamp of when the device fleet was created.

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

Timestamp of when the device fleet was created.

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

Timestamp of when the device fleet was created.

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

Timestamp of when the device fleet was created.

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

Timestamp of when the device fleet was created.

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

Timestamp of when the device fleet was last updated.

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

Timestamp of when the device fleet was last updated.

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

Timestamp of when the device fleet was last updated.

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

Timestamp of when the device fleet was last updated.

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

Timestamp of when the device fleet was last updated.

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

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

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

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

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

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

*/ inline void SetRoleArn(const char* value) { m_roleArn.assign(value); } /** *

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) that has access to Amazon Web Services * Internet of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

*/ inline const Aws::String& GetIotRoleAlias() const{ return m_iotRoleAlias; } /** *

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

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

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

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

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

*/ inline void SetIotRoleAlias(const char* value) { m_iotRoleAlias.assign(value); } /** *

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithIotRoleAlias(const Aws::String& value) { SetIotRoleAlias(value); return *this;} /** *

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithIotRoleAlias(Aws::String&& value) { SetIotRoleAlias(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet * of Things (IoT).

*/ inline DescribeDeviceFleetResult& WithIotRoleAlias(const char* value) { SetIotRoleAlias(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 DescribeDeviceFleetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeDeviceFleetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeDeviceFleetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_deviceFleetName; Aws::String m_deviceFleetArn; EdgeOutputConfig m_outputConfig; Aws::String m_description; Aws::Utils::DateTime m_creationTime; Aws::Utils::DateTime m_lastModifiedTime; Aws::String m_roleArn; Aws::String m_iotRoleAlias; Aws::String m_requestId; }; } // namespace Model } // namespace SageMaker } // namespace Aws