7#include <aws/health/Health_EXPORTS.h>
8#include <aws/health/HealthRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename EventArnsT = Aws::Vector<Aws::String>>
48 void SetEventArns(EventArnsT&& value) { m_eventArnsHasBeenSet =
true; m_eventArns = std::forward<EventArnsT>(value); }
49 template<
typename EventArnsT = Aws::Vector<Aws::String>>
51 template<
typename EventArnsT = Aws::String>
62 template<
typename LocaleT = Aws::String>
63 void SetLocale(LocaleT&& value) { m_localeHasBeenSet =
true; m_locale = std::forward<LocaleT>(value); }
64 template<
typename LocaleT = Aws::String>
70 bool m_eventArnsHasBeenSet =
false;
73 bool m_localeHasBeenSet =
false;
DescribeEventDetailsRequest & AddEventArns(EventArnsT &&value)
const Aws::Vector< Aws::String > & GetEventArns() const
const Aws::String & GetLocale() const
virtual const char * GetServiceRequestName() const override
AWS_HEALTH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LocaleHasBeenSet() const
DescribeEventDetailsRequest & WithEventArns(EventArnsT &&value)
bool EventArnsHasBeenSet() const
DescribeEventDetailsRequest & WithLocale(LocaleT &&value)
AWS_HEALTH_API DescribeEventDetailsRequest()=default
void SetEventArns(EventArnsT &&value)
AWS_HEALTH_API Aws::String SerializePayload() const override
void SetLocale(LocaleT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector