7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/ssm-contacts/model/ShiftType.h>
11#include <aws/ssm-contacts/model/ShiftDetails.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
91 inline void SetType(
const ShiftType& value) { m_typeHasBeenSet =
true; m_type = value; }
92 inline void SetType(
ShiftType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
111 bool m_contactIdsHasBeenSet =
false;
114 bool m_startTimeHasBeenSet =
false;
117 bool m_endTimeHasBeenSet =
false;
120 bool m_typeHasBeenSet =
false;
123 bool m_shiftDetailsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue