7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotsitewise/model/ListAssetPropertiesFilter.h>
54 inline void SetAssetId(
const char* value) { m_assetIdHasBeenSet =
true; m_assetId.assign(value); }
68 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
103 bool m_assetIdHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
112 bool m_filterHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool AssetIdHasBeenSet() const
void SetNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
ListAssetPropertiesRequest & WithNextToken(Aws::String &&value)
bool FilterHasBeenSet() const
void SetAssetId(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetAssetId(Aws::String &&value)
void SetFilter(const ListAssetPropertiesFilter &value)
ListAssetPropertiesRequest & WithMaxResults(int value)
ListAssetPropertiesRequest & WithFilter(ListAssetPropertiesFilter &&value)
ListAssetPropertiesRequest & WithAssetId(const char *value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetAssetId() const
void SetNextToken(const char *value)
AWS_IOTSITEWISE_API ListAssetPropertiesRequest()
AWS_IOTSITEWISE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAssetPropertiesRequest & WithAssetId(Aws::String &&value)
void SetFilter(ListAssetPropertiesFilter &&value)
ListAssetPropertiesRequest & WithFilter(const ListAssetPropertiesFilter &value)
ListAssetPropertiesRequest & WithNextToken(const Aws::String &value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListAssetPropertiesRequest & WithAssetId(const Aws::String &value)
void SetMaxResults(int value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
ListAssetPropertiesRequest & WithNextToken(const char *value)
void SetAssetId(const char *value)
const ListAssetPropertiesFilter & GetFilter() const
ListAssetPropertiesFilter
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String