/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Response for ListPlatformApplications action.See Also:
AWS
* API Reference
Platform applications returned when calling ListPlatformApplications * action.
*/ inline const Aws::VectorPlatform applications returned when calling ListPlatformApplications * action.
*/ inline void SetPlatformApplications(const Aws::VectorPlatform applications returned when calling ListPlatformApplications * action.
*/ inline void SetPlatformApplications(Aws::VectorPlatform applications returned when calling ListPlatformApplications * action.
*/ inline ListPlatformApplicationsResult& WithPlatformApplications(const Aws::VectorPlatform applications returned when calling ListPlatformApplications * action.
*/ inline ListPlatformApplicationsResult& WithPlatformApplications(Aws::VectorPlatform applications returned when calling ListPlatformApplications * action.
*/ inline ListPlatformApplicationsResult& AddPlatformApplications(const PlatformApplication& value) { m_platformApplications.push_back(value); return *this; } /** *Platform applications returned when calling ListPlatformApplications * action.
*/ inline ListPlatformApplicationsResult& AddPlatformApplications(PlatformApplication&& value) { m_platformApplications.push_back(std::move(value)); return *this; } /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline ListPlatformApplicationsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline ListPlatformApplicationsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *NextToken string is returned when calling ListPlatformApplications action if * additional records are available after the first page results.
*/ inline ListPlatformApplicationsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline ListPlatformApplicationsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline ListPlatformApplicationsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector