/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of errors retrieving an application's resources. See
* Also:
AWS
* API Reference
This indicates if there are more errors not listed in the resourceErrors * list.
*/ inline bool GetHasMoreErrors() const{ return m_hasMoreErrors; } /** *This indicates if there are more errors not listed in the resourceErrors * list.
*/ inline bool HasMoreErrorsHasBeenSet() const { return m_hasMoreErrorsHasBeenSet; } /** *This indicates if there are more errors not listed in the resourceErrors * list.
*/ inline void SetHasMoreErrors(bool value) { m_hasMoreErrorsHasBeenSet = true; m_hasMoreErrors = value; } /** *This indicates if there are more errors not listed in the resourceErrors * list.
*/ inline ResourceErrorsDetails& WithHasMoreErrors(bool value) { SetHasMoreErrors(value); return *this;} /** *A list of errors retrieving an application's resources.
*/ inline const Aws::VectorA list of errors retrieving an application's resources.
*/ inline bool ResourceErrorsHasBeenSet() const { return m_resourceErrorsHasBeenSet; } /** *A list of errors retrieving an application's resources.
*/ inline void SetResourceErrors(const Aws::VectorA list of errors retrieving an application's resources.
*/ inline void SetResourceErrors(Aws::VectorA list of errors retrieving an application's resources.
*/ inline ResourceErrorsDetails& WithResourceErrors(const Aws::VectorA list of errors retrieving an application's resources.
*/ inline ResourceErrorsDetails& WithResourceErrors(Aws::VectorA list of errors retrieving an application's resources.
*/ inline ResourceErrorsDetails& AddResourceErrors(const ResourceError& value) { m_resourceErrorsHasBeenSet = true; m_resourceErrors.push_back(value); return *this; } /** *A list of errors retrieving an application's resources.
*/ inline ResourceErrorsDetails& AddResourceErrors(ResourceError&& value) { m_resourceErrorsHasBeenSet = true; m_resourceErrors.push_back(std::move(value)); return *this; } private: bool m_hasMoreErrors; bool m_hasMoreErrorsHasBeenSet = false; Aws::Vector