7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrassv2/model/InstalledComponentTopologyFilter.h>
48 template<
typename CoreDeviceThingNameT = Aws::String>
49 void SetCoreDeviceThingName(CoreDeviceThingNameT&& value) { m_coreDeviceThingNameHasBeenSet =
true; m_coreDeviceThingName = std::forward<CoreDeviceThingNameT>(value); }
50 template<
typename CoreDeviceThingNameT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
94 bool m_coreDeviceThingNameHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
103 bool m_topologyFilterHasBeenSet =
false;
bool TopologyFilterHasBeenSet() const
void SetCoreDeviceThingName(CoreDeviceThingNameT &&value)
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
ListInstalledComponentsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetCoreDeviceThingName() const
ListInstalledComponentsRequest & WithCoreDeviceThingName(CoreDeviceThingNameT &&value)
AWS_GREENGRASSV2_API ListInstalledComponentsRequest()=default
void SetMaxResults(int value)
InstalledComponentTopologyFilter GetTopologyFilter() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetTopologyFilter(InstalledComponentTopologyFilter value)
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
bool CoreDeviceThingNameHasBeenSet() const
ListInstalledComponentsRequest & WithTopologyFilter(InstalledComponentTopologyFilter value)
ListInstalledComponentsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
InstalledComponentTopologyFilter
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String