7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/SourceBuildInformation.h>
11#include <aws/elasticbeanstalk/model/S3Location.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/elasticbeanstalk/model/ApplicationVersionStatus.h>
25namespace ElasticBeanstalk
43 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 template<
typename ApplicationVersionArnT = Aws::String>
54 void SetApplicationVersionArn(ApplicationVersionArnT&& value) { m_applicationVersionArnHasBeenSet =
true; m_applicationVersionArn = std::forward<ApplicationVersionArnT>(value); }
55 template<
typename ApplicationVersionArnT = Aws::String>
65 template<
typename ApplicationNameT = Aws::String>
66 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
67 template<
typename ApplicationNameT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
89 template<
typename VersionLabelT = Aws::String>
90 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
91 template<
typename VersionLabelT = Aws::String>
102 template<
typename SourceBuildInformationT = SourceBuildInformation>
103 void SetSourceBuildInformation(SourceBuildInformationT&& value) { m_sourceBuildInformationHasBeenSet =
true; m_sourceBuildInformation = std::forward<SourceBuildInformationT>(value); }
104 template<
typename SourceBuildInformationT = SourceBuildInformation>
114 template<
typename BuildArnT = Aws::String>
115 void SetBuildArn(BuildArnT&& value) { m_buildArnHasBeenSet =
true; m_buildArn = std::forward<BuildArnT>(value); }
116 template<
typename BuildArnT = Aws::String>
127 template<
typename SourceBundleT = S3Location>
128 void SetSourceBundle(SourceBundleT&& value) { m_sourceBundleHasBeenSet =
true; m_sourceBundle = std::forward<SourceBundleT>(value); }
129 template<
typename SourceBundleT = S3Location>
139 template<
typename DateCreatedT = Aws::Utils::DateTime>
140 void SetDateCreated(DateCreatedT&& value) { m_dateCreatedHasBeenSet =
true; m_dateCreated = std::forward<DateCreatedT>(value); }
141 template<
typename DateCreatedT = Aws::Utils::DateTime>
151 template<
typename DateUpdatedT = Aws::Utils::DateTime>
152 void SetDateUpdated(DateUpdatedT&& value) { m_dateUpdatedHasBeenSet =
true; m_dateUpdated = std::forward<DateUpdatedT>(value); }
153 template<
typename DateUpdatedT = Aws::Utils::DateTime>
183 bool m_applicationVersionArnHasBeenSet =
false;
186 bool m_applicationNameHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
192 bool m_versionLabelHasBeenSet =
false;
195 bool m_sourceBuildInformationHasBeenSet =
false;
198 bool m_buildArnHasBeenSet =
false;
201 bool m_sourceBundleHasBeenSet =
false;
204 bool m_dateCreatedHasBeenSet =
false;
207 bool m_dateUpdatedHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
ApplicationVersionDescription & WithApplicationName(ApplicationNameT &&value)
ApplicationVersionDescription & WithDateCreated(DateCreatedT &&value)
ApplicationVersionDescription & WithSourceBundle(SourceBundleT &&value)
ApplicationVersionDescription & WithSourceBuildInformation(SourceBuildInformationT &&value)
AWS_ELASTICBEANSTALK_API ApplicationVersionDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(ApplicationVersionStatus value)
void SetSourceBuildInformation(SourceBuildInformationT &&value)
const S3Location & GetSourceBundle() const
ApplicationVersionDescription & WithDateUpdated(DateUpdatedT &&value)
bool ApplicationNameHasBeenSet() const
const Aws::String & GetVersionLabel() const
bool StatusHasBeenSet() const
bool SourceBuildInformationHasBeenSet() const
void SetBuildArn(BuildArnT &&value)
bool VersionLabelHasBeenSet() const
const Aws::Utils::DateTime & GetDateUpdated() const
bool BuildArnHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetApplicationName() const
bool SourceBundleHasBeenSet() const
ApplicationVersionStatus GetStatus() const
ApplicationVersionDescription & WithVersionLabel(VersionLabelT &&value)
void SetDescription(DescriptionT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool DateCreatedHasBeenSet() const
void SetApplicationVersionArn(ApplicationVersionArnT &&value)
void SetDateUpdated(DateUpdatedT &&value)
ApplicationVersionDescription & WithBuildArn(BuildArnT &&value)
const Aws::String & GetApplicationVersionArn() const
bool DateUpdatedHasBeenSet() const
const Aws::Utils::DateTime & GetDateCreated() const
ApplicationVersionDescription & WithDescription(DescriptionT &&value)
void SetDateCreated(DateCreatedT &&value)
AWS_ELASTICBEANSTALK_API ApplicationVersionDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetApplicationName(ApplicationNameT &&value)
void SetVersionLabel(VersionLabelT &&value)
AWS_ELASTICBEANSTALK_API ApplicationVersionDescription()=default
void SetSourceBundle(SourceBundleT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ApplicationVersionDescription & WithApplicationVersionArn(ApplicationVersionArnT &&value)
bool ApplicationVersionArnHasBeenSet() const
const Aws::String & GetBuildArn() const
const SourceBuildInformation & GetSourceBuildInformation() const
ApplicationVersionDescription & WithStatus(ApplicationVersionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream