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/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/ssm-contacts/model/RecurrenceSettings.h>
13#include <aws/ssm-contacts/model/Tag.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
99 inline void SetTimeZoneId(
const char* value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId.assign(value); }
145 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
153 bool m_nameHasBeenSet =
false;
156 bool m_contactIdsHasBeenSet =
false;
159 bool m_startTimeHasBeenSet =
false;
162 bool m_timeZoneIdHasBeenSet =
false;
165 bool m_recurrenceHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
171 bool m_idempotencyTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector