7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/iotsitewise/model/TargetResourceType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetTargetResourceId(
const char* value) { m_targetResourceIdHasBeenSet =
true; m_targetResourceId.assign(value); }
76 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
88 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 bool m_targetResourceTypeHasBeenSet =
false;
97 bool m_targetResourceIdHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
103 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(const Aws::String &value)
const Aws::String & GetTargetResourceId() const
ListActionsRequest & WithTargetResourceId(Aws::String &&value)
ListActionsRequest & WithTargetResourceId(const char *value)
ListActionsRequest & WithTargetResourceId(const Aws::String &value)
ListActionsRequest & WithNextToken(const Aws::String &value)
const TargetResourceType & GetTargetResourceType() const
ListActionsRequest & WithNextToken(Aws::String &&value)
AWS_IOTSITEWISE_API ListActionsRequest()
ListActionsRequest & WithTargetResourceType(TargetResourceType &&value)
void SetTargetResourceId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
ListActionsRequest & WithTargetResourceType(const TargetResourceType &value)
void SetMaxResults(int value)
void SetTargetResourceType(const TargetResourceType &value)
bool TargetResourceTypeHasBeenSet() const
int GetMaxResults() const
void SetNextToken(const char *value)
ListActionsRequest & WithMaxResults(int value)
bool TargetResourceIdHasBeenSet() const
AWS_IOTSITEWISE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetTargetResourceType(TargetResourceType &&value)
bool NextTokenHasBeenSet() const
void SetTargetResourceId(const Aws::String &value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
ListActionsRequest & WithNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTargetResourceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String