7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
14namespace WellArchitected {
35 template <
typename WorkloadIdT = Aws::String>
37 m_workloadIdHasBeenSet =
true;
38 m_workloadId = std::forward<WorkloadIdT>(value);
40 template <
typename WorkloadIdT = Aws::String>
51 template <
typename NextTokenT = Aws::String>
53 m_nextTokenHasBeenSet =
true;
54 m_nextToken = std::forward<NextTokenT>(value);
56 template <
typename NextTokenT = Aws::String>
70 m_maxResultsHasBeenSet =
true;
87 template <
typename ResourceArnT = Aws::String>
89 m_resourceArnHasBeenSet =
true;
90 m_resourceArn = std::forward<ResourceArnT>(value);
92 template <
typename ResourceArnT = Aws::String>
100 bool m_workloadIdHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
106 bool m_maxResultsHasBeenSet =
false;
109 bool m_resourceArnHasBeenSet =
false;
int GetMaxResults() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetWorkloadId() const
AWS_WELLARCHITECTED_API ListNotificationsRequest()=default
bool ResourceArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListNotificationsRequest & WithWorkloadId(WorkloadIdT &&value)
ListNotificationsRequest & WithResourceArn(ResourceArnT &&value)
ListNotificationsRequest & WithMaxResults(int value)
void SetWorkloadId(WorkloadIdT &&value)
const Aws::String & GetResourceArn() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetResourceArn(ResourceArnT &&value)
ListNotificationsRequest & WithNextToken(NextTokenT &&value)
bool WorkloadIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String