7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/FleetEventType.h>
47 m_dryRunHasBeenSet =
true;
63 m_eventTypeHasBeenSet =
true;
82 m_maxResultsHasBeenSet =
true;
98 template <
typename NextTokenT = Aws::String>
100 m_nextTokenHasBeenSet =
true;
101 m_nextToken = std::forward<NextTokenT>(value);
103 template <
typename NextTokenT = Aws::String>
116 template <
typename FleetIdT = Aws::String>
118 m_fleetIdHasBeenSet =
true;
119 m_fleetId = std::forward<FleetIdT>(value);
121 template <
typename FleetIdT = Aws::String>
135 template <
typename StartTimeT = Aws::Utils::DateTime>
137 m_startTimeHasBeenSet =
true;
138 m_startTime = std::forward<StartTimeT>(value);
140 template <
typename StartTimeT = Aws::Utils::DateTime>
147 bool m_dryRun{
false};
158 bool m_dryRunHasBeenSet =
false;
159 bool m_eventTypeHasBeenSet =
false;
160 bool m_maxResultsHasBeenSet =
false;
161 bool m_nextTokenHasBeenSet =
false;
162 bool m_fleetIdHasBeenSet =
false;
163 bool m_startTimeHasBeenSet =
false;
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
DescribeFleetHistoryRequest & WithFleetId(FleetIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeFleetHistoryRequest & WithStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
FleetEventType GetEventType() const
const Aws::String & GetFleetId() const
virtual const char * GetServiceRequestName() const override
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetFleetId(FleetIdT &&value)
int GetMaxResults() const
void SetDryRun(bool value)
DescribeFleetHistoryRequest & WithNextToken(NextTokenT &&value)
DescribeFleetHistoryRequest & WithEventType(FleetEventType value)
bool EventTypeHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_EC2_API DescribeFleetHistoryRequest()=default
const Aws::Utils::DateTime & GetStartTime() const
void SetEventType(FleetEventType value)
DescribeFleetHistoryRequest & WithMaxResults(int value)
bool FleetIdHasBeenSet() const
DescribeFleetHistoryRequest & WithDryRun(bool value)
void SetStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String