7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace WellArchitected
39 template<
typename WorkloadIdT = Aws::String>
40 void SetWorkloadId(WorkloadIdT&& value) { m_workloadIdHasBeenSet =
true; m_workloadId = std::forward<WorkloadIdT>(value); }
41 template<
typename WorkloadIdT = Aws::String>
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename ResourceArnT = Aws::String>
74 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
75 template<
typename ResourceArnT = Aws::String>
81 bool m_workloadIdHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_maxResultsHasBeenSet =
false;
90 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