/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of DescribeObjects.See Also:
AWS
* API Reference
An array of object definitions.
*/ inline const Aws::VectorAn array of object definitions.
*/ inline void SetPipelineObjects(const Aws::VectorAn array of object definitions.
*/ inline void SetPipelineObjects(Aws::VectorAn array of object definitions.
*/ inline DescribeObjectsResult& WithPipelineObjects(const Aws::VectorAn array of object definitions.
*/ inline DescribeObjectsResult& WithPipelineObjects(Aws::VectorAn array of object definitions.
*/ inline DescribeObjectsResult& AddPipelineObjects(const PipelineObject& value) { m_pipelineObjects.push_back(value); return *this; } /** *An array of object definitions.
*/ inline DescribeObjectsResult& AddPipelineObjects(PipelineObject&& value) { m_pipelineObjects.push_back(std::move(value)); return *this; } /** *The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call DescribeObjects
again with this marker value. If the
* value is null, there are no more results.
Indicates whether there are more results to return.
*/ inline bool GetHasMoreResults() const{ return m_hasMoreResults; } /** *Indicates whether there are more results to return.
*/ inline void SetHasMoreResults(bool value) { m_hasMoreResults = value; } /** *Indicates whether there are more results to return.
*/ inline DescribeObjectsResult& WithHasMoreResults(bool value) { SetHasMoreResults(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 DescribeObjectsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeObjectsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeObjectsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector