/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object providing summary information for a particular
* placement.See Also:
AWS
* API Reference
The name of the project containing the placement.
*/ inline const Aws::String& GetProjectName() const{ return m_projectName; } /** *The name of the project containing the placement.
*/ inline bool ProjectNameHasBeenSet() const { return m_projectNameHasBeenSet; } /** *The name of the project containing the placement.
*/ inline void SetProjectName(const Aws::String& value) { m_projectNameHasBeenSet = true; m_projectName = value; } /** *The name of the project containing the placement.
*/ inline void SetProjectName(Aws::String&& value) { m_projectNameHasBeenSet = true; m_projectName = std::move(value); } /** *The name of the project containing the placement.
*/ inline void SetProjectName(const char* value) { m_projectNameHasBeenSet = true; m_projectName.assign(value); } /** *The name of the project containing the placement.
*/ inline PlacementSummary& WithProjectName(const Aws::String& value) { SetProjectName(value); return *this;} /** *The name of the project containing the placement.
*/ inline PlacementSummary& WithProjectName(Aws::String&& value) { SetProjectName(std::move(value)); return *this;} /** *The name of the project containing the placement.
*/ inline PlacementSummary& WithProjectName(const char* value) { SetProjectName(value); return *this;} /** *The name of the placement being summarized.
*/ inline const Aws::String& GetPlacementName() const{ return m_placementName; } /** *The name of the placement being summarized.
*/ inline bool PlacementNameHasBeenSet() const { return m_placementNameHasBeenSet; } /** *The name of the placement being summarized.
*/ inline void SetPlacementName(const Aws::String& value) { m_placementNameHasBeenSet = true; m_placementName = value; } /** *The name of the placement being summarized.
*/ inline void SetPlacementName(Aws::String&& value) { m_placementNameHasBeenSet = true; m_placementName = std::move(value); } /** *The name of the placement being summarized.
*/ inline void SetPlacementName(const char* value) { m_placementNameHasBeenSet = true; m_placementName.assign(value); } /** *The name of the placement being summarized.
*/ inline PlacementSummary& WithPlacementName(const Aws::String& value) { SetPlacementName(value); return *this;} /** *The name of the placement being summarized.
*/ inline PlacementSummary& WithPlacementName(Aws::String&& value) { SetPlacementName(std::move(value)); return *this;} /** *The name of the placement being summarized.
*/ inline PlacementSummary& WithPlacementName(const char* value) { SetPlacementName(value); return *this;} /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline const Aws::Utils::DateTime& GetCreatedDate() const{ return m_createdDate; } /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline bool CreatedDateHasBeenSet() const { return m_createdDateHasBeenSet; } /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline void SetCreatedDate(const Aws::Utils::DateTime& value) { m_createdDateHasBeenSet = true; m_createdDate = value; } /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline void SetCreatedDate(Aws::Utils::DateTime&& value) { m_createdDateHasBeenSet = true; m_createdDate = std::move(value); } /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline PlacementSummary& WithCreatedDate(const Aws::Utils::DateTime& value) { SetCreatedDate(value); return *this;} /** *The date when the placement was originally created, in UNIX epoch time * format.
*/ inline PlacementSummary& WithCreatedDate(Aws::Utils::DateTime&& value) { SetCreatedDate(std::move(value)); return *this;} /** *The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.
The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.
The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.
The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.
The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.
The date when the placement was last updated, in UNIX epoch time format. If
* the placement was not updated, then createdDate
and
* updatedDate
are the same.