7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/SecurityProfileSearchSummary.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 SecurityProfilesT = Aws::Vector<SecurityProfileSearchSummary>>
38 m_securityProfilesHasBeenSet =
true;
39 m_securityProfiles = std::forward<SecurityProfilesT>(value);
41 template <
typename SecurityProfilesT = Aws::Vector<SecurityProfileSearchSummary>>
46 template <
typename SecurityProfilesT = SecurityProfileSearchSummary>
48 m_securityProfilesHasBeenSet =
true;
49 m_securityProfiles.emplace_back(std::forward<SecurityProfilesT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
78 m_approximateTotalCountHasBeenSet =
true;
79 m_approximateTotalCount = value;
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
106 long long m_approximateTotalCount{0};
109 bool m_securityProfilesHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
111 bool m_approximateTotalCountHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
void SetApproximateTotalCount(long long value)
const Aws::String & GetNextToken() const
AWS_CONNECT_API SearchSecurityProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetSecurityProfiles(SecurityProfilesT &&value)
long long GetApproximateTotalCount() const
SearchSecurityProfilesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< SecurityProfileSearchSummary > & GetSecurityProfiles() const
SearchSecurityProfilesResult & WithSecurityProfiles(SecurityProfilesT &&value)
AWS_CONNECT_API SearchSecurityProfilesResult()=default
SearchSecurityProfilesResult & WithApproximateTotalCount(long long value)
const Aws::String & GetRequestId() const
SearchSecurityProfilesResult & WithNextToken(NextTokenT &&value)
AWS_CONNECT_API SearchSecurityProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
SearchSecurityProfilesResult & AddSecurityProfiles(SecurityProfilesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue