7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
12namespace GroundStation
42 inline void SetMonth(
int value) { m_monthHasBeenSet =
true; m_month = value; }
50 inline int GetYear()
const{
return m_year; }
52 inline void SetYear(
int value) { m_yearHasBeenSet =
true; m_year = value; }
58 bool m_monthHasBeenSet =
false;
61 bool m_yearHasBeenSet =
false;
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool YearHasBeenSet() const
GetMinuteUsageRequest & WithYear(int value)
bool MonthHasBeenSet() const
AWS_GROUNDSTATION_API GetMinuteUsageRequest()
GetMinuteUsageRequest & WithMonth(int value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String