/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Greengrass { namespace Model { class GetLoggerDefinitionResult { public: AWS_GREENGRASS_API GetLoggerDefinitionResult(); AWS_GREENGRASS_API GetLoggerDefinitionResult(const Aws::AmazonWebServiceResult& result); AWS_GREENGRASS_API GetLoggerDefinitionResult& operator=(const Aws::AmazonWebServiceResult& result); /** * The ARN of the definition. */ inline const Aws::String& GetArn() const{ return m_arn; } /** * The ARN of the definition. */ inline void SetArn(const Aws::String& value) { m_arn = value; } /** * The ARN of the definition. */ inline void SetArn(Aws::String&& value) { m_arn = std::move(value); } /** * The ARN of the definition. */ inline void SetArn(const char* value) { m_arn.assign(value); } /** * The ARN of the definition. */ inline GetLoggerDefinitionResult& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** * The ARN of the definition. */ inline GetLoggerDefinitionResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** * The ARN of the definition. */ inline GetLoggerDefinitionResult& WithArn(const char* value) { SetArn(value); return *this;} /** * The time, in milliseconds since the epoch, when the definition was created. */ inline const Aws::String& GetCreationTimestamp() const{ return m_creationTimestamp; } /** * The time, in milliseconds since the epoch, when the definition was created. */ inline void SetCreationTimestamp(const Aws::String& value) { m_creationTimestamp = value; } /** * The time, in milliseconds since the epoch, when the definition was created. */ inline void SetCreationTimestamp(Aws::String&& value) { m_creationTimestamp = std::move(value); } /** * The time, in milliseconds since the epoch, when the definition was created. */ inline void SetCreationTimestamp(const char* value) { m_creationTimestamp.assign(value); } /** * The time, in milliseconds since the epoch, when the definition was created. */ inline GetLoggerDefinitionResult& WithCreationTimestamp(const Aws::String& value) { SetCreationTimestamp(value); return *this;} /** * The time, in milliseconds since the epoch, when the definition was created. */ inline GetLoggerDefinitionResult& WithCreationTimestamp(Aws::String&& value) { SetCreationTimestamp(std::move(value)); return *this;} /** * The time, in milliseconds since the epoch, when the definition was created. */ inline GetLoggerDefinitionResult& WithCreationTimestamp(const char* value) { SetCreationTimestamp(value); return *this;} /** * The ID of the definition. */ inline const Aws::String& GetId() const{ return m_id; } /** * The ID of the definition. */ inline void SetId(const Aws::String& value) { m_id = value; } /** * The ID of the definition. */ inline void SetId(Aws::String&& value) { m_id = std::move(value); } /** * The ID of the definition. */ inline void SetId(const char* value) { m_id.assign(value); } /** * The ID of the definition. */ inline GetLoggerDefinitionResult& WithId(const Aws::String& value) { SetId(value); return *this;} /** * The ID of the definition. */ inline GetLoggerDefinitionResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** * The ID of the definition. */ inline GetLoggerDefinitionResult& WithId(const char* value) { SetId(value); return *this;} /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline const Aws::String& GetLastUpdatedTimestamp() const{ return m_lastUpdatedTimestamp; } /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline void SetLastUpdatedTimestamp(const Aws::String& value) { m_lastUpdatedTimestamp = value; } /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline void SetLastUpdatedTimestamp(Aws::String&& value) { m_lastUpdatedTimestamp = std::move(value); } /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline void SetLastUpdatedTimestamp(const char* value) { m_lastUpdatedTimestamp.assign(value); } /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline GetLoggerDefinitionResult& WithLastUpdatedTimestamp(const Aws::String& value) { SetLastUpdatedTimestamp(value); return *this;} /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline GetLoggerDefinitionResult& WithLastUpdatedTimestamp(Aws::String&& value) { SetLastUpdatedTimestamp(std::move(value)); return *this;} /** * The time, in milliseconds since the epoch, when the definition was last updated. */ inline GetLoggerDefinitionResult& WithLastUpdatedTimestamp(const char* value) { SetLastUpdatedTimestamp(value); return *this;} /** * The ID of the latest version associated with the definition. */ inline const Aws::String& GetLatestVersion() const{ return m_latestVersion; } /** * The ID of the latest version associated with the definition. */ inline void SetLatestVersion(const Aws::String& value) { m_latestVersion = value; } /** * The ID of the latest version associated with the definition. */ inline void SetLatestVersion(Aws::String&& value) { m_latestVersion = std::move(value); } /** * The ID of the latest version associated with the definition. */ inline void SetLatestVersion(const char* value) { m_latestVersion.assign(value); } /** * The ID of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersion(const Aws::String& value) { SetLatestVersion(value); return *this;} /** * The ID of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersion(Aws::String&& value) { SetLatestVersion(std::move(value)); return *this;} /** * The ID of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersion(const char* value) { SetLatestVersion(value); return *this;} /** * The ARN of the latest version associated with the definition. */ inline const Aws::String& GetLatestVersionArn() const{ return m_latestVersionArn; } /** * The ARN of the latest version associated with the definition. */ inline void SetLatestVersionArn(const Aws::String& value) { m_latestVersionArn = value; } /** * The ARN of the latest version associated with the definition. */ inline void SetLatestVersionArn(Aws::String&& value) { m_latestVersionArn = std::move(value); } /** * The ARN of the latest version associated with the definition. */ inline void SetLatestVersionArn(const char* value) { m_latestVersionArn.assign(value); } /** * The ARN of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersionArn(const Aws::String& value) { SetLatestVersionArn(value); return *this;} /** * The ARN of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersionArn(Aws::String&& value) { SetLatestVersionArn(std::move(value)); return *this;} /** * The ARN of the latest version associated with the definition. */ inline GetLoggerDefinitionResult& WithLatestVersionArn(const char* value) { SetLatestVersionArn(value); return *this;} /** * The name of the definition. */ inline const Aws::String& GetName() const{ return m_name; } /** * The name of the definition. */ inline void SetName(const Aws::String& value) { m_name = value; } /** * The name of the definition. */ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** * The name of the definition. */ inline void SetName(const char* value) { m_name.assign(value); } /** * The name of the definition. */ inline GetLoggerDefinitionResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** * The name of the definition. */ inline GetLoggerDefinitionResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** * The name of the definition. */ inline GetLoggerDefinitionResult& WithName(const char* value) { SetName(value); return *this;} /** * Tag(s) attached to the resource arn. */ inline const Aws::Map& GetTags() const{ return m_tags; } /** * Tag(s) attached to the resource arn. */ inline void SetTags(const Aws::Map& value) { m_tags = value; } /** * Tag(s) attached to the resource arn. */ inline void SetTags(Aws::Map&& value) { m_tags = std::move(value); } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; } /** * Tag(s) attached to the resource arn. */ inline GetLoggerDefinitionResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, 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 GetLoggerDefinitionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetLoggerDefinitionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetLoggerDefinitionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_arn; Aws::String m_creationTimestamp; Aws::String m_id; Aws::String m_lastUpdatedTimestamp; Aws::String m_latestVersion; Aws::String m_latestVersionArn; Aws::String m_name; Aws::Map m_tags; Aws::String m_requestId; }; } // namespace Model } // namespace Greengrass } // namespace Aws