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/EnvironmentInfoType.h>
21namespace ElasticBeanstalk {
37 const char* locationValue)
const;
47 m_infoTypeHasBeenSet =
true;
62 template <
typename Ec2InstanceIdT = Aws::String>
64 m_ec2InstanceIdHasBeenSet =
true;
65 m_ec2InstanceId = std::forward<Ec2InstanceIdT>(value);
67 template <
typename Ec2InstanceIdT = Aws::String>
80 template <
typename SampleTimestampT = Aws::Utils::DateTime>
82 m_sampleTimestampHasBeenSet =
true;
83 m_sampleTimestamp = std::forward<SampleTimestampT>(value);
85 template <
typename SampleTimestampT = Aws::Utils::DateTime>
101 template <
typename MessageT = Aws::String>
103 m_messageHasBeenSet =
true;
104 m_message = std::forward<MessageT>(value);
106 template <
typename MessageT = Aws::String>
120 bool m_infoTypeHasBeenSet =
false;
121 bool m_ec2InstanceIdHasBeenSet =
false;
122 bool m_sampleTimestampHasBeenSet =
false;
123 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