7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PolicyIdT = Aws::String>
48 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
49 template<
typename PolicyIdT = Aws::String>
59 template<
typename MemberAccountT = Aws::String>
60 void SetMemberAccount(MemberAccountT&& value) { m_memberAccountHasBeenSet =
true; m_memberAccount = std::forward<MemberAccountT>(value); }
61 template<
typename MemberAccountT = Aws::String>
71 template<
typename ResourceIdT = Aws::String>
72 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
73 template<
typename ResourceIdT = Aws::String>
89 template<
typename ResourceTypeT = Aws::String>
90 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
91 template<
typename ResourceTypeT = Aws::String>
97 bool m_policyIdHasBeenSet =
false;
100 bool m_memberAccountHasBeenSet =
false;
103 bool m_resourceIdHasBeenSet =
false;
106 bool m_resourceTypeHasBeenSet =
false;
void SetResourceType(ResourceTypeT &&value)
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
GetViolationDetailsRequest & WithPolicyId(PolicyIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceType() const
const Aws::String & GetPolicyId() const
const Aws::String & GetMemberAccount() const
const Aws::String & GetResourceId() const
AWS_FMS_API GetViolationDetailsRequest()=default
GetViolationDetailsRequest & WithResourceType(ResourceTypeT &&value)
bool MemberAccountHasBeenSet() const
GetViolationDetailsRequest & WithMemberAccount(MemberAccountT &&value)
bool ResourceTypeHasBeenSet() const
AWS_FMS_API Aws::String SerializePayload() const override
void SetMemberAccount(MemberAccountT &&value)
bool PolicyIdHasBeenSet() const
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPolicyId(PolicyIdT &&value)
GetViolationDetailsRequest & WithResourceId(ResourceIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String