22 namespace ElasticBeanstalk
91 inline void SetArtifactName(
const char* value) { m_artifactNameHasBeenSet =
true; m_artifactName.assign(value); }
157 inline void SetCodeBuildServiceRole(
const char* value) { m_codeBuildServiceRoleHasBeenSet =
true; m_codeBuildServiceRole.assign(value); }
265 inline void SetImage(
const char* value) { m_imageHasBeenSet =
true; m_image.assign(value); }
302 inline void SetTimeoutInMinutes(
int value) { m_timeoutInMinutesHasBeenSet =
true; m_timeoutInMinutes = value; }
314 bool m_artifactNameHasBeenSet;
317 bool m_codeBuildServiceRoleHasBeenSet;
320 bool m_computeTypeHasBeenSet;
323 bool m_imageHasBeenSet;
325 int m_timeoutInMinutes;
326 bool m_timeoutInMinutesHasBeenSet;