7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/ssm-incidents/SSMIncidentsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-incidents/model/RelatedItemsUpdate.h>
12#include <aws/core/utils/UUID.h>
46 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
61 inline void SetIncidentRecordArn(
const char* value) { m_incidentRecordArnHasBeenSet =
true; m_incidentRecordArn.assign(value); }
81 bool m_clientTokenHasBeenSet =
false;
84 bool m_incidentRecordArnHasBeenSet =
false;
87 bool m_relatedItemsUpdateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String