7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/model/FleetEventType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/DateTime.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
96 template<
typename FleetIdT = Aws::String>
97 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
98 template<
typename FleetIdT = Aws::String>
109 template<
typename StartTimeT = Aws::Utils::DateTime>
110 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
111 template<
typename StartTimeT = Aws::Utils::DateTime>
116 bool m_dryRun{
false};
117 bool m_dryRunHasBeenSet =
false;
120 bool m_eventTypeHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
126 bool m_nextTokenHasBeenSet =
false;
129 bool m_fleetIdHasBeenSet =
false;
132 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