7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/ACMRequest.h>
9#include <aws/acm/model/ExpiryEventsConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ExpiryEventsT = ExpiryEventsConfiguration>
45 void SetExpiryEvents(ExpiryEventsT&& value) { m_expiryEventsHasBeenSet =
true; m_expiryEvents = std::forward<ExpiryEventsT>(value); }
46 template<
typename ExpiryEventsT = ExpiryEventsConfiguration>
61 template<
typename IdempotencyTokenT = Aws::String>
62 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
63 template<
typename IdempotencyTokenT = Aws::String>
69 bool m_expiryEventsHasBeenSet =
false;
72 bool m_idempotencyTokenHasBeenSet =
false;
AWS_ACM_API PutAccountConfigurationRequest()=default
bool ExpiryEventsHasBeenSet() const
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetIdempotencyToken() const
PutAccountConfigurationRequest & WithExpiryEvents(ExpiryEventsT &&value)
PutAccountConfigurationRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
AWS_ACM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ExpiryEventsConfiguration & GetExpiryEvents() const
AWS_ACM_API Aws::String SerializePayload() const override
void SetIdempotencyToken(IdempotencyTokenT &&value)
void SetExpiryEvents(ExpiryEventsT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String