7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/health/HealthRequest.h>
10#include <aws/health/Health_EXPORTS.h>
43 template <
typename EventArnsT = Aws::Vector<Aws::String>>
45 m_eventArnsHasBeenSet =
true;
46 m_eventArns = std::forward<EventArnsT>(value);
48 template <
typename EventArnsT = Aws::Vector<Aws::String>>
53 template <
typename EventArnsT = Aws::String>
55 m_eventArnsHasBeenSet =
true;
56 m_eventArns.emplace_back(std::forward<EventArnsT>(value));
68 template <
typename LocaleT = Aws::String>
70 m_localeHasBeenSet =
true;
71 m_locale = std::forward<LocaleT>(value);
73 template <
typename LocaleT = Aws::String>
83 bool m_eventArnsHasBeenSet =
false;
84 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