/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include List import response.See Also:
AWS
* API Reference
List import response items.
*/ inline const Aws::VectorList import response items.
*/ inline void SetItems(const Aws::VectorList import response items.
*/ inline void SetItems(Aws::VectorList import response items.
*/ inline ListImportsResult& WithItems(const Aws::VectorList import response items.
*/ inline ListImportsResult& WithItems(Aws::VectorList import response items.
*/ inline ListImportsResult& AddItems(const ImportTask& value) { m_items.push_back(value); return *this; } /** *List import response items.
*/ inline ListImportsResult& AddItems(ImportTask&& value) { m_items.push_back(std::move(value)); return *this; } /** *List import response next token.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *List import response next token.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *List import response next token.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *List import response next token.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *List import response next token.
*/ inline ListImportsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *List import response next token.
*/ inline ListImportsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *List import response next token.
*/ inline ListImportsResult& WithNextToken(const char* value) { SetNextToken(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 ListImportsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListImportsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListImportsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector