7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace WellArchitected
47 inline void SetWorkloadId(
const char* value) { m_workloadIdHasBeenSet =
true; m_workloadId.assign(value); }
59 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 bool m_workloadIdHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
81 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
const Aws::String & GetWorkloadId() const
bool MaxResultsHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
ListProfileNotificationsRequest & WithWorkloadId(const Aws::String &value)
void SetNextToken(const Aws::String &value)
void SetNextToken(const char *value)
ListProfileNotificationsRequest & WithNextToken(Aws::String &&value)
ListProfileNotificationsRequest & WithWorkloadId(Aws::String &&value)
ListProfileNotificationsRequest & WithNextToken(const char *value)
bool NextTokenHasBeenSet() const
AWS_WELLARCHITECTED_API ListProfileNotificationsRequest()
virtual const char * GetServiceRequestName() const override
void SetWorkloadId(const char *value)
void SetWorkloadId(const Aws::String &value)
ListProfileNotificationsRequest & WithWorkloadId(const char *value)
bool WorkloadIdHasBeenSet() const
const Aws::String & GetNextToken() const
ListProfileNotificationsRequest & WithMaxResults(int value)
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
void SetNextToken(Aws::String &&value)
void SetWorkloadId(Aws::String &&value)
ListProfileNotificationsRequest & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String