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;
52 inline void SetVersionLabel(
const char* value) { m_versionLabelHasBeenSet =
true; m_versionLabel.assign(value); }
65 inline void SetDeploymentId(
long long value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = value; }
80 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
101 bool m_versionLabelHasBeenSet =
false;
103 long long m_deploymentId;
104 bool m_deploymentIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
110 bool m_deploymentTimeHasBeenSet =
false;
Deployment & WithStatus(Aws::String &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Deployment & WithDeploymentId(long long value)
void SetStatus(const Aws::String &value)
const Aws::Utils::DateTime & GetDeploymentTime() const
AWS_ELASTICBEANSTALK_API Deployment(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API Deployment & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Deployment & WithStatus(const char *value)
Deployment & WithVersionLabel(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
Deployment & WithVersionLabel(Aws::String &&value)
void SetVersionLabel(const char *value)
void SetDeploymentTime(const Aws::Utils::DateTime &value)
void SetVersionLabel(const Aws::String &value)
Deployment & WithStatus(const Aws::String &value)
void SetDeploymentId(long long value)
void SetStatus(const char *value)
bool DeploymentTimeHasBeenSet() const
const Aws::String & GetVersionLabel() const
Deployment & WithDeploymentTime(Aws::Utils::DateTime &&value)
const Aws::String & GetStatus() const
Deployment & WithVersionLabel(const char *value)
bool StatusHasBeenSet() const
void SetVersionLabel(Aws::String &&value)
void SetDeploymentTime(Aws::Utils::DateTime &&value)
bool VersionLabelHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
long long GetDeploymentId() const
Deployment & WithDeploymentTime(const Aws::Utils::DateTime &value)
void SetStatus(Aws::String &&value)
AWS_ELASTICBEANSTALK_API Deployment()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream