7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/ProfileSummary.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ProfilesT = Aws::Vector<ProfileSummary>>
39 m_profilesHasBeenSet =
true;
40 m_profiles = std::forward<ProfilesT>(value);
42 template <
typename ProfilesT = Aws::Vector<ProfileSummary>>
47 template <
typename ProfilesT = ProfileSummary>
49 m_profilesHasBeenSet =
true;
50 m_profiles.emplace_back(std::forward<ProfilesT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_profilesHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
ListProfilesResult & WithNextToken(NextTokenT &&value)
ListProfilesResult & AddProfiles(ProfilesT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< ProfileSummary > & GetProfiles() const
AWS_B2BI_API ListProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_B2BI_API ListProfilesResult()=default
ListProfilesResult & WithRequestId(RequestIdT &&value)
void SetProfiles(ProfilesT &&value)
AWS_B2BI_API ListProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfilesResult & WithProfiles(ProfilesT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue