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/core/utils/DateTime.h>
22namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 template<
typename VersionLabelT = Aws::String>
51 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
52 template<
typename VersionLabelT = Aws::String>
63 inline void SetDeploymentId(
long long value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = value; }
76 template<
typename StatusT = Aws::String>
77 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
78 template<
typename StatusT = Aws::String>
89 template<
typename DeploymentTimeT = Aws::Utils::DateTime>
90 void SetDeploymentTime(DeploymentTimeT&& value) { m_deploymentTimeHasBeenSet =
true; m_deploymentTime = std::forward<DeploymentTimeT>(value); }
91 template<
typename DeploymentTimeT = Aws::Utils::DateTime>
97 bool m_versionLabelHasBeenSet =
false;
99 long long m_deploymentId{0};
100 bool m_deploymentIdHasBeenSet =
false;
103 bool m_statusHasBeenSet =
false;
106 bool m_deploymentTimeHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Deployment & WithDeploymentId(long long value)
Deployment & WithDeploymentTime(DeploymentTimeT &&value)
const Aws::Utils::DateTime & GetDeploymentTime() const
void SetDeploymentTime(DeploymentTimeT &&value)
AWS_ELASTICBEANSTALK_API Deployment(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API Deployment & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DeploymentIdHasBeenSet() const
Deployment & WithVersionLabel(VersionLabelT &&value)
void SetVersionLabel(VersionLabelT &&value)
AWS_ELASTICBEANSTALK_API Deployment()=default
void SetDeploymentId(long long value)
bool DeploymentTimeHasBeenSet() const
const Aws::String & GetVersionLabel() const
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
bool StatusHasBeenSet() const
bool VersionLabelHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
long long GetDeploymentId() const
Deployment & WithStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream