69 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
115 inline void SetTargetId(
const char* value) { m_targetIdHasBeenSet =
true; m_targetId.assign(value); }
282 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
316 inline void SetTargetVersionWeight(
double value) { m_targetVersionWeightHasBeenSet =
true; m_targetVersionWeight = value; }
327 bool m_deploymentIdHasBeenSet =
false;
330 bool m_targetIdHasBeenSet =
false;
333 bool m_lastUpdatedAtHasBeenSet =
false;
336 bool m_lifecycleEventsHasBeenSet =
false;
339 bool m_statusHasBeenSet =
false;
342 bool m_resourceTypeHasBeenSet =
false;
344 double m_targetVersionWeight;
345 bool m_targetVersionWeightHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector