7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
78 inline void SetUseLongIds(
bool value) { m_useLongIdsHasBeenSet =
true; m_useLongIds = value; }
84 bool m_deadlineHasBeenSet =
false;
87 bool m_resourceHasBeenSet =
false;
90 bool m_useLongIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream