7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/FMSRequest.h>
10#include <aws/fms/FMS_EXPORTS.h>
40 template <
typename PolicyIdT = Aws::String>
42 m_policyIdHasBeenSet =
true;
43 m_policyId = std::forward<PolicyIdT>(value);
45 template <
typename PolicyIdT = Aws::String>
59 template <
typename MemberAccountIdT = Aws::String>
61 m_memberAccountIdHasBeenSet =
true;
62 m_memberAccountId = std::forward<MemberAccountIdT>(value);
64 template <
typename MemberAccountIdT = Aws::String>
81 template <
typename StartTimeT = Aws::Utils::DateTime>
83 m_startTimeHasBeenSet =
true;
84 m_startTime = std::forward<StartTimeT>(value);
86 template <
typename StartTimeT = Aws::Utils::DateTime>
103 template <
typename EndTimeT = Aws::Utils::DateTime>
105 m_endTimeHasBeenSet =
true;
106 m_endTime = std::forward<EndTimeT>(value);
108 template <
typename EndTimeT = Aws::Utils::DateTime>
127 template <
typename NextTokenT = Aws::String>
129 m_nextTokenHasBeenSet =
true;
130 m_nextToken = std::forward<NextTokenT>(value);
132 template <
typename NextTokenT = Aws::String>
149 m_maxResultsHasBeenSet =
true;
150 m_maxResults = value;
169 bool m_policyIdHasBeenSet =
false;
170 bool m_memberAccountIdHasBeenSet =
false;
171 bool m_startTimeHasBeenSet =
false;
172 bool m_endTimeHasBeenSet =
false;
173 bool m_nextTokenHasBeenSet =
false;
174 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
const Aws::String & GetMemberAccountId() const
GetProtectionStatusRequest & WithEndTime(EndTimeT &&value)
virtual const char * GetServiceRequestName() const override
GetProtectionStatusRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_FMS_API GetProtectionStatusRequest()=default
GetProtectionStatusRequest & WithNextToken(NextTokenT &&value)
void SetMemberAccountId(MemberAccountIdT &&value)
AWS_FMS_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
bool PolicyIdHasBeenSet() const
GetProtectionStatusRequest & WithPolicyId(PolicyIdT &&value)
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool EndTimeHasBeenSet() const
bool MemberAccountIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetPolicyId(PolicyIdT &&value)
bool MaxResultsHasBeenSet() const
void SetStartTime(StartTimeT &&value)
GetProtectionStatusRequest & WithStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
GetProtectionStatusRequest & WithMemberAccountId(MemberAccountIdT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetPolicyId() const
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String