7#include <aws/acm/ACMRequest.h>
8#include <aws/acm/ACM_EXPORTS.h>
9#include <aws/acm/model/ExpiryEventsConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
42 m_expiryEventsHasBeenSet =
true;
43 m_expiryEvents = std::forward<ExpiryEventsT>(value);
45 template <
typename ExpiryEventsT = ExpiryEventsConfiguration>
63 template <
typename IdempotencyTokenT = Aws::String>
65 m_idempotencyTokenHasBeenSet =
true;
66 m_idempotencyToken = std::forward<IdempotencyTokenT>(value);
68 template <
typename IdempotencyTokenT = Aws::String>
78 bool m_expiryEventsHasBeenSet =
false;
79 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