/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Operational metadata for an application in Application Manager.See
* Also:
AWS API
* Reference
The ID of the Application Manager application.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } /** *The ID of the Application Manager application.
*/ inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; } /** *The ID of the Application Manager application.
*/ inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; } /** *The ID of the Application Manager application.
*/ inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); } /** *The ID of the Application Manager application.
*/ inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); } /** *The ID of the Application Manager application.
*/ inline OpsMetadata& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;} /** *The ID of the Application Manager application.
*/ inline OpsMetadata& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;} /** *The ID of the Application Manager application.
*/ inline OpsMetadata& WithResourceId(const char* value) { SetResourceId(value); return *this;} /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline const Aws::String& GetOpsMetadataArn() const{ return m_opsMetadataArn; } /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline bool OpsMetadataArnHasBeenSet() const { return m_opsMetadataArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline void SetOpsMetadataArn(const Aws::String& value) { m_opsMetadataArnHasBeenSet = true; m_opsMetadataArn = value; } /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline void SetOpsMetadataArn(Aws::String&& value) { m_opsMetadataArnHasBeenSet = true; m_opsMetadataArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline void SetOpsMetadataArn(const char* value) { m_opsMetadataArnHasBeenSet = true; m_opsMetadataArn.assign(value); } /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline OpsMetadata& WithOpsMetadataArn(const Aws::String& value) { SetOpsMetadataArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline OpsMetadata& WithOpsMetadataArn(Aws::String&& value) { SetOpsMetadataArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
*/ inline OpsMetadata& WithOpsMetadataArn(const char* value) { SetOpsMetadataArn(value); return *this;} /** *The date the OpsMetadata object was last updated.
*/ inline const Aws::Utils::DateTime& GetLastModifiedDate() const{ return m_lastModifiedDate; } /** *The date the OpsMetadata object was last updated.
*/ inline bool LastModifiedDateHasBeenSet() const { return m_lastModifiedDateHasBeenSet; } /** *The date the OpsMetadata object was last updated.
*/ inline void SetLastModifiedDate(const Aws::Utils::DateTime& value) { m_lastModifiedDateHasBeenSet = true; m_lastModifiedDate = value; } /** *The date the OpsMetadata object was last updated.
*/ inline void SetLastModifiedDate(Aws::Utils::DateTime&& value) { m_lastModifiedDateHasBeenSet = true; m_lastModifiedDate = std::move(value); } /** *The date the OpsMetadata object was last updated.
*/ inline OpsMetadata& WithLastModifiedDate(const Aws::Utils::DateTime& value) { SetLastModifiedDate(value); return *this;} /** *The date the OpsMetadata object was last updated.
*/ inline OpsMetadata& WithLastModifiedDate(Aws::Utils::DateTime&& value) { SetLastModifiedDate(std::move(value)); return *this;} /** *The user name who last updated the OpsMetadata object.
*/ inline const Aws::String& GetLastModifiedUser() const{ return m_lastModifiedUser; } /** *The user name who last updated the OpsMetadata object.
*/ inline bool LastModifiedUserHasBeenSet() const { return m_lastModifiedUserHasBeenSet; } /** *The user name who last updated the OpsMetadata object.
*/ inline void SetLastModifiedUser(const Aws::String& value) { m_lastModifiedUserHasBeenSet = true; m_lastModifiedUser = value; } /** *The user name who last updated the OpsMetadata object.
*/ inline void SetLastModifiedUser(Aws::String&& value) { m_lastModifiedUserHasBeenSet = true; m_lastModifiedUser = std::move(value); } /** *The user name who last updated the OpsMetadata object.
*/ inline void SetLastModifiedUser(const char* value) { m_lastModifiedUserHasBeenSet = true; m_lastModifiedUser.assign(value); } /** *The user name who last updated the OpsMetadata object.
*/ inline OpsMetadata& WithLastModifiedUser(const Aws::String& value) { SetLastModifiedUser(value); return *this;} /** *The user name who last updated the OpsMetadata object.
*/ inline OpsMetadata& WithLastModifiedUser(Aws::String&& value) { SetLastModifiedUser(std::move(value)); return *this;} /** *The user name who last updated the OpsMetadata object.
*/ inline OpsMetadata& WithLastModifiedUser(const char* value) { SetLastModifiedUser(value); return *this;} /** *The date the OpsMetadata objects was created.
*/ inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; } /** *The date the OpsMetadata objects was created.
*/ inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; } /** *The date the OpsMetadata objects was created.
*/ inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDateHasBeenSet = true; m_creationDate = value; } /** *The date the OpsMetadata objects was created.
*/ inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); } /** *The date the OpsMetadata objects was created.
*/ inline OpsMetadata& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *The date the OpsMetadata objects was created.
*/ inline OpsMetadata& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} private: Aws::String m_resourceId; bool m_resourceIdHasBeenSet = false; Aws::String m_opsMetadataArn; bool m_opsMetadataArnHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedDate; bool m_lastModifiedDateHasBeenSet = false; Aws::String m_lastModifiedUser; bool m_lastModifiedUserHasBeenSet = false; Aws::Utils::DateTime m_creationDate; bool m_creationDateHasBeenSet = false; }; } // namespace Model } // namespace SSM } // namespace Aws