7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CoreDeviceThingNameT = Aws::String>
48 void SetCoreDeviceThingName(CoreDeviceThingNameT&& value) { m_coreDeviceThingNameHasBeenSet =
true; m_coreDeviceThingName = std::forward<CoreDeviceThingNameT>(value); }
49 template<
typename CoreDeviceThingNameT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_coreDeviceThingNameHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
void SetCoreDeviceThingName(CoreDeviceThingNameT &&value)
bool CoreDeviceThingNameHasBeenSet() const
int GetMaxResults() const
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
const Aws::String & GetCoreDeviceThingName() const
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
ListEffectiveDeploymentsRequest & WithCoreDeviceThingName(CoreDeviceThingNameT &&value)
bool NextTokenHasBeenSet() const
ListEffectiveDeploymentsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
ListEffectiveDeploymentsRequest & WithNextToken(NextTokenT &&value)
AWS_GREENGRASSV2_API ListEffectiveDeploymentsRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String