7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/model/LicenseEndpointSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename LicenseEndpo
intsT = Aws::Vector<LicenseEndpo
intSummary>>
43 void SetLicenseEndpoints(LicenseEndpointsT&& value) { m_licenseEndpointsHasBeenSet =
true; m_licenseEndpoints = std::forward<LicenseEndpointsT>(value); }
44 template<
typename LicenseEndpo
intsT = Aws::Vector<LicenseEndpo
intSummary>>
46 template<
typename LicenseEndpo
intsT = LicenseEndpo
intSummary>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_licenseEndpointsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
AWS_DEADLINE_API ListLicenseEndpointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetLicenseEndpoints(LicenseEndpointsT &&value)
ListLicenseEndpointsResult & WithNextToken(NextTokenT &&value)
ListLicenseEndpointsResult & AddLicenseEndpoints(LicenseEndpointsT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListLicenseEndpointsResult & WithLicenseEndpoints(LicenseEndpointsT &&value)
ListLicenseEndpointsResult & WithRequestId(RequestIdT &&value)
AWS_DEADLINE_API ListLicenseEndpointsResult()=default
const Aws::Vector< LicenseEndpointSummary > & GetLicenseEndpoints() const
AWS_DEADLINE_API ListLicenseEndpointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue