/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A collection of the imported DocumentationPart identifiers.See
* Also:
AWS
* API Reference
A list of the returned documentation part identifiers.
*/ inline const Aws::VectorA list of the returned documentation part identifiers.
*/ inline void SetIds(const Aws::VectorA list of the returned documentation part identifiers.
*/ inline void SetIds(Aws::VectorA list of the returned documentation part identifiers.
*/ inline ImportDocumentationPartsResult& WithIds(const Aws::VectorA list of the returned documentation part identifiers.
*/ inline ImportDocumentationPartsResult& WithIds(Aws::VectorA list of the returned documentation part identifiers.
*/ inline ImportDocumentationPartsResult& AddIds(const Aws::String& value) { m_ids.push_back(value); return *this; } /** *A list of the returned documentation part identifiers.
*/ inline ImportDocumentationPartsResult& AddIds(Aws::String&& value) { m_ids.push_back(std::move(value)); return *this; } /** *A list of the returned documentation part identifiers.
*/ inline ImportDocumentationPartsResult& AddIds(const char* value) { m_ids.push_back(value); return *this; } /** *A list of warning messages reported during import of documentation parts.
*/ inline const Aws::VectorA list of warning messages reported during import of documentation parts.
*/ inline void SetWarnings(const Aws::VectorA list of warning messages reported during import of documentation parts.
*/ inline void SetWarnings(Aws::VectorA list of warning messages reported during import of documentation parts.
*/ inline ImportDocumentationPartsResult& WithWarnings(const Aws::VectorA list of warning messages reported during import of documentation parts.
*/ inline ImportDocumentationPartsResult& WithWarnings(Aws::VectorA list of warning messages reported during import of documentation parts.
*/ inline ImportDocumentationPartsResult& AddWarnings(const Aws::String& value) { m_warnings.push_back(value); return *this; } /** *A list of warning messages reported during import of documentation parts.
*/ inline ImportDocumentationPartsResult& AddWarnings(Aws::String&& value) { m_warnings.push_back(std::move(value)); return *this; } /** *A list of warning messages reported during import of documentation parts.
*/ inline ImportDocumentationPartsResult& AddWarnings(const char* value) { m_warnings.push_back(value); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ImportDocumentationPartsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ImportDocumentationPartsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ImportDocumentationPartsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector