7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/ExpiryEventsConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
39 m_expiryEventsHasBeenSet =
true;
40 m_expiryEvents = std::forward<ExpiryEventsT>(value);
42 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_expiryEventsHasBeenSet =
false;
71 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue