7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticbeanstalk/model/EnvironmentInfoType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/DateTime.h>
23namespace ElasticBeanstalk
41 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
61 template<
typename Ec2InstanceIdT = Aws::String>
62 void SetEc2InstanceId(Ec2InstanceIdT&& value) { m_ec2InstanceIdHasBeenSet =
true; m_ec2InstanceId = std::forward<Ec2InstanceIdT>(value); }
63 template<
typename Ec2InstanceIdT = Aws::String>
73 template<
typename SampleTimestampT = Aws::Utils::DateTime>
74 void SetSampleTimestamp(SampleTimestampT&& value) { m_sampleTimestampHasBeenSet =
true; m_sampleTimestamp = std::forward<SampleTimestampT>(value); }
75 template<
typename SampleTimestampT = Aws::Utils::DateTime>
88 template<
typename MessageT = Aws::String>
89 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
90 template<
typename MessageT = Aws::String>
96 bool m_infoTypeHasBeenSet =
false;
99 bool m_ec2InstanceIdHasBeenSet =
false;
102 bool m_sampleTimestampHasBeenSet =
false;
105 bool m_messageHasBeenSet =
false;
EnvironmentInfoDescription & WithInfoType(EnvironmentInfoType value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetMessage(MessageT &&value)
bool Ec2InstanceIdHasBeenSet() const
EnvironmentInfoDescription & WithEc2InstanceId(Ec2InstanceIdT &&value)
void SetInfoType(EnvironmentInfoType value)
bool InfoTypeHasBeenSet() const
void SetEc2InstanceId(Ec2InstanceIdT &&value)
const Aws::String & GetMessage() const
const Aws::Utils::DateTime & GetSampleTimestamp() const
AWS_ELASTICBEANSTALK_API EnvironmentInfoDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
EnvironmentInfoDescription & WithSampleTimestamp(SampleTimestampT &&value)
void SetSampleTimestamp(SampleTimestampT &&value)
const Aws::String & GetEc2InstanceId() const
bool MessageHasBeenSet() const
bool SampleTimestampHasBeenSet() const
EnvironmentInfoDescription & WithMessage(MessageT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
EnvironmentInfoType GetInfoType() const
AWS_ELASTICBEANSTALK_API EnvironmentInfoDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API EnvironmentInfoDescription()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream