7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/ProfileSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ProfilesT = Aws::Vector<ProfileSummary>>
38 m_profilesHasBeenSet =
true;
39 m_profiles = std::forward<ProfilesT>(value);
41 template <
typename ProfilesT = Aws::Vector<ProfileSummary>>
46 template <
typename ProfilesT = ProfileSummary>
48 m_profilesHasBeenSet =
true;
49 m_profiles.emplace_back(std::forward<ProfilesT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
90 bool m_profilesHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
ListProfilesResult & WithNextToken(NextTokenT &&value)
ListProfilesResult & AddProfiles(ProfilesT &&value)
void SetNextToken(NextTokenT &&value)
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