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;
63 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_DEADLINE_API ListLicenseEndpointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
ListLicenseEndpointsResult & WithNextToken(const Aws::String &value)
ListLicenseEndpointsResult & WithNextToken(Aws::String &&value)
ListLicenseEndpointsResult & WithNextToken(const char *value)
void SetRequestId(const Aws::String &value)
ListLicenseEndpointsResult & AddLicenseEndpoints(LicenseEndpointSummary &&value)
ListLicenseEndpointsResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetNextToken() const
ListLicenseEndpointsResult & WithRequestId(const char *value)
void SetNextToken(const Aws::String &value)
void SetLicenseEndpoints(const Aws::Vector< LicenseEndpointSummary > &value)
AWS_DEADLINE_API ListLicenseEndpointsResult()
ListLicenseEndpointsResult & AddLicenseEndpoints(const LicenseEndpointSummary &value)
void SetNextToken(Aws::String &&value)
const Aws::Vector< LicenseEndpointSummary > & GetLicenseEndpoints() const
void SetNextToken(const char *value)
ListLicenseEndpointsResult & WithLicenseEndpoints(Aws::Vector< LicenseEndpointSummary > &&value)
AWS_DEADLINE_API ListLicenseEndpointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLicenseEndpointsResult & WithRequestId(Aws::String &&value)
void SetLicenseEndpoints(Aws::Vector< LicenseEndpointSummary > &&value)
ListLicenseEndpointsResult & WithLicenseEndpoints(const Aws::Vector< LicenseEndpointSummary > &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