/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output from the ListPrincipalThings operation.See Also:
* AWS
* API Reference
The things.
*/ inline const Aws::VectorThe things.
*/ inline void SetThings(const Aws::VectorThe things.
*/ inline void SetThings(Aws::VectorThe things.
*/ inline ListPrincipalThingsResult& WithThings(const Aws::VectorThe things.
*/ inline ListPrincipalThingsResult& WithThings(Aws::VectorThe things.
*/ inline ListPrincipalThingsResult& AddThings(const Aws::String& value) { m_things.push_back(value); return *this; } /** *The things.
*/ inline ListPrincipalThingsResult& AddThings(Aws::String&& value) { m_things.push_back(std::move(value)); return *this; } /** *The things.
*/ inline ListPrincipalThingsResult& AddThings(const char* value) { m_things.push_back(value); return *this; } /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline ListPrincipalThingsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline ListPrincipalThingsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The token to use to get the next set of results, or null if there are * no additional results.
*/ inline ListPrincipalThingsResult& 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 ListPrincipalThingsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListPrincipalThingsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListPrincipalThingsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector