7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename PolicyIdT = Aws::String>
46 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
47 template<
typename PolicyIdT = Aws::String>
58 template<
typename MemberAccountT = Aws::String>
59 void SetMemberAccount(MemberAccountT&& value) { m_memberAccountHasBeenSet =
true; m_memberAccount = std::forward<MemberAccountT>(value); }
60 template<
typename MemberAccountT = Aws::String>
66 bool m_policyIdHasBeenSet =
false;
69 bool m_memberAccountHasBeenSet =
false;
GetComplianceDetailRequest & WithPolicyId(PolicyIdT &&value)
const Aws::String & GetPolicyId() const
GetComplianceDetailRequest & WithMemberAccount(MemberAccountT &&value)
bool PolicyIdHasBeenSet() const
void SetMemberAccount(MemberAccountT &&value)
virtual const char * GetServiceRequestName() const override
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPolicyId(PolicyIdT &&value)
const Aws::String & GetMemberAccount() const
AWS_FMS_API Aws::String SerializePayload() const override
bool MemberAccountHasBeenSet() const
AWS_FMS_API GetComplianceDetailRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String