/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure representing the listProfileTimesResponse.See
* Also:
AWS
* API Reference
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The nextToken
value to include in a future
* ListProfileTimes
request. When the results of a
* ListProfileTimes
request exceed maxResults
, this value
* can be used to retrieve the next page of results. This value is
* null
when there are no more results to return.
The list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline const Aws::VectorThe list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline void SetProfileTimes(const Aws::VectorThe list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline void SetProfileTimes(Aws::VectorThe list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline ListProfileTimesResult& WithProfileTimes(const Aws::VectorThe list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline ListProfileTimesResult& WithProfileTimes(Aws::VectorThe list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline ListProfileTimesResult& AddProfileTimes(const ProfileTime& value) { m_profileTimes.push_back(value); return *this; } /** *The list of start times of the available profiles for the aggregation period * in the specified time range.
*/ inline ListProfileTimesResult& AddProfileTimes(ProfileTime&& value) { m_profileTimes.push_back(std::move(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 ListProfileTimesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListProfileTimesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListProfileTimesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextToken; Aws::Vector