7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/ExpiryEventsConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ExpiryEventsT = ExpiryEventsConfiguration>
43 void SetExpiryEvents(ExpiryEventsT&& value) { m_expiryEventsHasBeenSet =
true; m_expiryEvents = std::forward<ExpiryEventsT>(value); }
44 template<
typename ExpiryEventsT = ExpiryEventsConfiguration>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_expiryEventsHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_ACM_API GetAccountConfigurationResult()=default
void SetExpiryEvents(ExpiryEventsT &&value)
const Aws::String & GetRequestId() const
AWS_ACM_API GetAccountConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ACM_API GetAccountConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountConfigurationResult & WithExpiryEvents(ExpiryEventsT &&value)
const ExpiryEventsConfiguration & GetExpiryEvents() const
void SetRequestId(RequestIdT &&value)
GetAccountConfigurationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue