/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information collected from managed nodes based on your inventory policy
* documentSee Also:
AWS
* API Reference
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The name of the inventory type. Default inventory item type names start with
* AWS
. Custom inventory type names will start with Custom. Default
* inventory item types include the following: AWS:AWSComponent
,
* AWS:Application
, AWS:InstanceInformation
,
* AWS:Network
, and AWS:WindowsUpdate
.
The schema version for the inventory item.
*/ inline const Aws::String& GetSchemaVersion() const{ return m_schemaVersion; } /** *The schema version for the inventory item.
*/ inline bool SchemaVersionHasBeenSet() const { return m_schemaVersionHasBeenSet; } /** *The schema version for the inventory item.
*/ inline void SetSchemaVersion(const Aws::String& value) { m_schemaVersionHasBeenSet = true; m_schemaVersion = value; } /** *The schema version for the inventory item.
*/ inline void SetSchemaVersion(Aws::String&& value) { m_schemaVersionHasBeenSet = true; m_schemaVersion = std::move(value); } /** *The schema version for the inventory item.
*/ inline void SetSchemaVersion(const char* value) { m_schemaVersionHasBeenSet = true; m_schemaVersion.assign(value); } /** *The schema version for the inventory item.
*/ inline InventoryItem& WithSchemaVersion(const Aws::String& value) { SetSchemaVersion(value); return *this;} /** *The schema version for the inventory item.
*/ inline InventoryItem& WithSchemaVersion(Aws::String&& value) { SetSchemaVersion(std::move(value)); return *this;} /** *The schema version for the inventory item.
*/ inline InventoryItem& WithSchemaVersion(const char* value) { SetSchemaVersion(value); return *this;} /** *The time the inventory information was collected.
*/ inline const Aws::String& GetCaptureTime() const{ return m_captureTime; } /** *The time the inventory information was collected.
*/ inline bool CaptureTimeHasBeenSet() const { return m_captureTimeHasBeenSet; } /** *The time the inventory information was collected.
*/ inline void SetCaptureTime(const Aws::String& value) { m_captureTimeHasBeenSet = true; m_captureTime = value; } /** *The time the inventory information was collected.
*/ inline void SetCaptureTime(Aws::String&& value) { m_captureTimeHasBeenSet = true; m_captureTime = std::move(value); } /** *The time the inventory information was collected.
*/ inline void SetCaptureTime(const char* value) { m_captureTimeHasBeenSet = true; m_captureTime.assign(value); } /** *The time the inventory information was collected.
*/ inline InventoryItem& WithCaptureTime(const Aws::String& value) { SetCaptureTime(value); return *this;} /** *The time the inventory information was collected.
*/ inline InventoryItem& WithCaptureTime(Aws::String&& value) { SetCaptureTime(std::move(value)); return *this;} /** *The time the inventory information was collected.
*/ inline InventoryItem& WithCaptureTime(const char* value) { SetCaptureTime(value); return *this;} /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline const Aws::String& GetContentHash() const{ return m_contentHash; } /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline bool ContentHashHasBeenSet() const { return m_contentHashHasBeenSet; } /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline void SetContentHash(const Aws::String& value) { m_contentHashHasBeenSet = true; m_contentHash = value; } /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline void SetContentHash(Aws::String&& value) { m_contentHashHasBeenSet = true; m_contentHash = std::move(value); } /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline void SetContentHash(const char* value) { m_contentHashHasBeenSet = true; m_contentHash.assign(value); } /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline InventoryItem& WithContentHash(const Aws::String& value) { SetContentHash(value); return *this;} /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline InventoryItem& WithContentHash(Aws::String&& value) { SetContentHash(std::move(value)); return *this;} /** *MD5 hash of the inventory item type contents. The content hash is used to * determine whether to update inventory information. The PutInventory API doesn't * update the inventory item type contents if the MD5 hash hasn't changed since * last update.
*/ inline InventoryItem& WithContentHash(const char* value) { SetContentHash(value); return *this;} /** *The inventory data of the inventory type.
*/ inline const Aws::VectorThe inventory data of the inventory type.
*/ inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; } /** *The inventory data of the inventory type.
*/ inline void SetContent(const Aws::VectorThe inventory data of the inventory type.
*/ inline void SetContent(Aws::VectorThe inventory data of the inventory type.
*/ inline InventoryItem& WithContent(const Aws::VectorThe inventory data of the inventory type.
*/ inline InventoryItem& WithContent(Aws::VectorThe inventory data of the inventory type.
*/ inline InventoryItem& AddContent(const Aws::MapThe inventory data of the inventory type.
*/ inline InventoryItem& AddContent(Aws::MapA map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.
A map of associated properties for a specified inventory type. For example,
* with this attribute, you can specify the ExecutionId
,
* ExecutionType
, ComplianceType
properties of the
* AWS:ComplianceItem
type.