30 namespace ElasticBeanstalk
45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetVersionLabel(
const char* value) { m_versionLabelHasBeenSet =
true; m_versionLabel.assign(value); }
93 inline void SetDeploymentId(
long long value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = value; }
127 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
182 bool m_versionLabelHasBeenSet;
183 long long m_deploymentId;
184 bool m_deploymentIdHasBeenSet;
186 bool m_statusHasBeenSet;
188 bool m_deploymentTimeHasBeenSet;
long long GetDeploymentId() const
const Aws::Utils::DateTime & GetDeploymentTime() const
Deployment & WithVersionLabel(const char *value)
void SetStatus(const Aws::String &value)
const Aws::String & GetVersionLabel() const
const Aws::String & GetStatus() const
Deployment & WithStatus(const Aws::String &value)
#define AWS_ELASTICBEANSTALK_API
void SetVersionLabel(const char *value)
Deployment & WithStatus(Aws::String &&value)
void SetVersionLabel(Aws::String &&value)
Deployment & WithDeploymentTime(Aws::Utils::DateTime &&value)
void SetVersionLabel(const Aws::String &value)
void SetDeploymentId(long long value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetDeploymentTime(Aws::Utils::DateTime &&value)
Deployment & WithDeploymentTime(const Aws::Utils::DateTime &value)
Deployment & WithStatus(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Deployment & WithVersionLabel(Aws::String &&value)
void SetDeploymentTime(const Aws::Utils::DateTime &value)
Deployment & WithDeploymentId(long long value)
void SetStatus(const char *value)
JSON (JavaScript Object Notation).
Deployment & WithVersionLabel(const Aws::String &value)
void SetStatus(Aws::String &&value)