/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The OpsData summary.See Also:
AWS
* API Reference
The time the OpsData was captured.
*/ inline const Aws::String& GetCaptureTime() const{ return m_captureTime; } /** *The time the OpsData was captured.
*/ inline bool CaptureTimeHasBeenSet() const { return m_captureTimeHasBeenSet; } /** *The time the OpsData was captured.
*/ inline void SetCaptureTime(const Aws::String& value) { m_captureTimeHasBeenSet = true; m_captureTime = value; } /** *The time the OpsData was captured.
*/ inline void SetCaptureTime(Aws::String&& value) { m_captureTimeHasBeenSet = true; m_captureTime = std::move(value); } /** *The time the OpsData was captured.
*/ inline void SetCaptureTime(const char* value) { m_captureTimeHasBeenSet = true; m_captureTime.assign(value); } /** *The time the OpsData was captured.
*/ inline OpsEntityItem& WithCaptureTime(const Aws::String& value) { SetCaptureTime(value); return *this;} /** *The time the OpsData was captured.
*/ inline OpsEntityItem& WithCaptureTime(Aws::String&& value) { SetCaptureTime(std::move(value)); return *this;} /** *The time the OpsData was captured.
*/ inline OpsEntityItem& WithCaptureTime(const char* value) { SetCaptureTime(value); return *this;} /** *The details of an OpsData summary.
*/ inline const Aws::VectorThe details of an OpsData summary.
*/ inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; } /** *The details of an OpsData summary.
*/ inline void SetContent(const Aws::VectorThe details of an OpsData summary.
*/ inline void SetContent(Aws::VectorThe details of an OpsData summary.
*/ inline OpsEntityItem& WithContent(const Aws::VectorThe details of an OpsData summary.
*/ inline OpsEntityItem& WithContent(Aws::VectorThe details of an OpsData summary.
*/ inline OpsEntityItem& AddContent(const Aws::MapThe details of an OpsData summary.
*/ inline OpsEntityItem& AddContent(Aws::Map