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>
47 inline void SetRotationId(
const char* value) { m_rotationIdHasBeenSet =
true; m_rotationId.assign(value); }
104 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
112 bool m_rotationIdHasBeenSet =
false;
115 bool m_newContactIdsHasBeenSet =
false;
118 bool m_startTimeHasBeenSet =
false;
121 bool m_endTimeHasBeenSet =
false;
124 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