7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/fms/FMS_EXPORTS.h>
43 template <
typename PolicyIdT = Aws::String>
45 m_policyIdHasBeenSet =
true;
46 m_policyId = std::forward<PolicyIdT>(value);
48 template <
typename PolicyIdT = Aws::String>
61 template <
typename MemberAccountT = Aws::String>
63 m_memberAccountHasBeenSet =
true;
64 m_memberAccount = std::forward<MemberAccountT>(value);
66 template <
typename MemberAccountT = Aws::String>
79 template <
typename ResourceIdT = Aws::String>
81 m_resourceIdHasBeenSet =
true;
82 m_resourceId = std::forward<ResourceIdT>(value);
84 template <
typename ResourceIdT = Aws::String>
103 template <
typename ResourceTypeT = Aws::String>
105 m_resourceTypeHasBeenSet =
true;
106 m_resourceType = std::forward<ResourceTypeT>(value);
108 template <
typename ResourceTypeT = Aws::String>
122 bool m_policyIdHasBeenSet =
false;
123 bool m_memberAccountHasBeenSet =
false;
124 bool m_resourceIdHasBeenSet =
false;
125 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