7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/InstanceType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/ec2/model/InstanceState.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/ec2/model/ImageMetadata.h>
15#include <aws/ec2/model/Tag.h>
57 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
95 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
109 inline void SetZoneId(
const char* value) { m_zoneIdHasBeenSet =
true; m_zoneId.assign(value); }
135 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
169 bool m_instanceIdHasBeenSet =
false;
172 bool m_instanceTypeHasBeenSet =
false;
175 bool m_launchTimeHasBeenSet =
false;
178 bool m_availabilityZoneHasBeenSet =
false;
181 bool m_zoneIdHasBeenSet =
false;
184 bool m_stateHasBeenSet =
false;
187 bool m_ownerIdHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
193 bool m_imageMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream