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>
63 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
71 bool m_expiryEventsHasBeenSet =
false;
74 bool m_idempotencyTokenHasBeenSet =
false;
void SetIdempotencyToken(Aws::String &&value)
void SetExpiryEvents(const ExpiryEventsConfiguration &value)
PutAccountConfigurationRequest & WithExpiryEvents(ExpiryEventsConfiguration &&value)
bool ExpiryEventsHasBeenSet() const
PutAccountConfigurationRequest & WithIdempotencyToken(const Aws::String &value)
void SetExpiryEvents(ExpiryEventsConfiguration &&value)
PutAccountConfigurationRequest & WithExpiryEvents(const ExpiryEventsConfiguration &value)
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetIdempotencyToken() const
AWS_ACM_API PutAccountConfigurationRequest()
AWS_ACM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutAccountConfigurationRequest & WithIdempotencyToken(const char *value)
const ExpiryEventsConfiguration & GetExpiryEvents() const
void SetIdempotencyToken(const char *value)
PutAccountConfigurationRequest & WithIdempotencyToken(Aws::String &&value)
void SetIdempotencyToken(const Aws::String &value)
AWS_ACM_API Aws::String SerializePayload() const override
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