7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-contacts/model/ChannelType.h>
11#include <aws/ssm-contacts/model/ContactChannelAddress.h>
13#include <aws/core/utils/UUID.h>
47 template<
typename ContactIdT = Aws::String>
48 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
49 template<
typename ContactIdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
88 template<
typename DeliveryAddressT = ContactChannelAddress>
89 void SetDeliveryAddress(DeliveryAddressT&& value) { m_deliveryAddressHasBeenSet =
true; m_deliveryAddress = std::forward<DeliveryAddressT>(value); }
90 template<
typename DeliveryAddressT = ContactChannelAddress>
102 inline void SetDeferActivation(
bool value) { m_deferActivationHasBeenSet =
true; m_deferActivation = value; }
113 template<
typename IdempotencyTokenT = Aws::String>
114 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
115 template<
typename IdempotencyTokenT = Aws::String>
121 bool m_contactIdHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_typeHasBeenSet =
false;
129 ContactChannelAddress m_deliveryAddress;
130 bool m_deliveryAddressHasBeenSet =
false;
132 bool m_deferActivation{
false};
133 bool m_deferActivationHasBeenSet =
false;
136 bool m_idempotencyTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String