7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/ApplicationVersionStatus.h>
12#include <aws/elasticbeanstalk/model/S3Location.h>
13#include <aws/elasticbeanstalk/model/SourceBuildInformation.h>
23namespace ElasticBeanstalk {
39 const char* locationValue)
const;
48 template <
typename ApplicationVersionArnT = Aws::String>
50 m_applicationVersionArnHasBeenSet =
true;
51 m_applicationVersionArn = std::forward<ApplicationVersionArnT>(value);
53 template <
typename ApplicationVersionArnT = Aws::String>
66 template <
typename ApplicationNameT = Aws::String>
68 m_applicationNameHasBeenSet =
true;
69 m_applicationName = std::forward<ApplicationNameT>(value);
71 template <
typename ApplicationNameT = Aws::String>
84 template <
typename DescriptionT = Aws::String>
86 m_descriptionHasBeenSet =
true;
87 m_description = std::forward<DescriptionT>(value);
89 template <
typename DescriptionT = Aws::String>
102 template <
typename VersionLabelT = Aws::String>
104 m_versionLabelHasBeenSet =
true;
105 m_versionLabel = std::forward<VersionLabelT>(value);
107 template <
typename VersionLabelT = Aws::String>
121 template <
typename SourceBuildInformationT = SourceBuildInformation>
123 m_sourceBuildInformationHasBeenSet =
true;
124 m_sourceBuildInformation = std::forward<SourceBuildInformationT>(value);
126 template <
typename SourceBuildInformationT = SourceBuildInformation>
139 template <
typename BuildArnT = Aws::String>
141 m_buildArnHasBeenSet =
true;
142 m_buildArn = std::forward<BuildArnT>(value);
144 template <
typename BuildArnT = Aws::String>
158 template <
typename SourceBundleT = S3Location>
160 m_sourceBundleHasBeenSet =
true;
161 m_sourceBundle = std::forward<SourceBundleT>(value);
163 template <
typename SourceBundleT = S3Location>
176 template <
typename DateCreatedT = Aws::Utils::DateTime>
178 m_dateCreatedHasBeenSet =
true;
179 m_dateCreated = std::forward<DateCreatedT>(value);
181 template <
typename DateCreatedT = Aws::Utils::DateTime>
194 template <
typename DateUpdatedT = Aws::Utils::DateTime>
196 m_dateUpdatedHasBeenSet =
true;
197 m_dateUpdated = std::forward<DateUpdatedT>(value);
199 template <
typename DateUpdatedT = Aws::Utils::DateTime>
227 m_statusHasBeenSet =
true;
255 bool m_applicationVersionArnHasBeenSet =
false;
256 bool m_applicationNameHasBeenSet =
false;
257 bool m_descriptionHasBeenSet =
false;
258 bool m_versionLabelHasBeenSet =
false;
259 bool m_sourceBuildInformationHasBeenSet =
false;
260 bool m_buildArnHasBeenSet =
false;
261 bool m_sourceBundleHasBeenSet =
false;
262 bool m_dateCreatedHasBeenSet =
false;
263 bool m_dateUpdatedHasBeenSet =
false;
264 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