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;
36 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
38 m_expiryEventsHasBeenSet =
true;
39 m_expiryEvents = std::forward<ExpiryEventsT>(value);
41 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_expiryEventsHasBeenSet =
false;
67 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