7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename PolicyIdT = Aws::String>
44 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
45 template<
typename PolicyIdT = Aws::String>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
79 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 bool m_policyIdHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
ListComplianceStatusRequest & WithPolicyId(PolicyIdT &&value)
AWS_FMS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_FMS_API ListComplianceStatusRequest()=default
void SetMaxResults(int value)
bool PolicyIdHasBeenSet() const
ListComplianceStatusRequest & WithMaxResults(int value)
const Aws::String & GetPolicyId() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPolicyId(PolicyIdT &&value)
ListComplianceStatusRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String