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 SetEventType(
const char* value) { m_eventTypeHasBeenSet =
true; m_eventType.assign(value); }
101 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
186 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
205 bool m_eventTypeHasBeenSet;
207 bool m_descriptionHasBeenSet;
209 bool m_notBeforeHasBeenSet;
211 bool m_notAfterHasBeenSet;
213 bool m_eventIdHasBeenSet;
void SetNotBefore(Aws::Utils::DateTime &&value)
void SetEventId(const Aws::String &value)
VolumeStatusEvent & WithEventType(const Aws::String &value)
VolumeStatusEvent & WithNotAfter(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetNotBefore() const
VolumeStatusEvent & WithEventId(const Aws::String &value)
VolumeStatusEvent & WithEventId(Aws::String &&value)
VolumeStatusEvent & WithNotBefore(const Aws::Utils::DateTime &value)
const Aws::String & GetEventId() const
void SetNotAfter(const Aws::Utils::DateTime &value)
void SetNotBefore(const Aws::Utils::DateTime &value)
VolumeStatusEvent & WithDescription(const char *value)
VolumeStatusEvent & WithNotBefore(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetNotAfter() const
void SetEventId(const char *value)
VolumeStatusEvent & WithDescription(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetEventId(Aws::String &&value)
void SetNotAfter(Aws::Utils::DateTime &&value)
const Aws::String & GetEventType() const
VolumeStatusEvent & WithEventType(Aws::String &&value)
void SetDescription(const char *value)
void SetEventType(const char *value)
void SetDescription(Aws::String &&value)
VolumeStatusEvent & WithNotAfter(const Aws::Utils::DateTime &value)
void SetDescription(const Aws::String &value)
void SetEventType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
VolumeStatusEvent & WithEventId(const char *value)
VolumeStatusEvent & WithDescription(const Aws::String &value)
const Aws::String & GetDescription() const
void SetEventType(const Aws::String &value)
VolumeStatusEvent & WithEventType(const char *value)
JSON (JavaScript Object Notation).