7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/OpsItemIdentity.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetOpsItemId(
const char* value) { m_opsItemIdHasBeenSet =
true; m_opsItemId.assign(value); }
65 inline void SetAssociationId(
const char* value) { m_associationIdHasBeenSet =
true; m_associationId.assign(value); }
79 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
93 inline void SetAssociationType(
const char* value) { m_associationTypeHasBeenSet =
true; m_associationType.assign(value); }
107 inline void SetResourceUri(
const char* value) { m_resourceUriHasBeenSet =
true; m_resourceUri.assign(value); }
159 bool m_opsItemIdHasBeenSet =
false;
162 bool m_associationIdHasBeenSet =
false;
165 bool m_resourceTypeHasBeenSet =
false;
168 bool m_associationTypeHasBeenSet =
false;
171 bool m_resourceUriHasBeenSet =
false;
174 bool m_createdByHasBeenSet =
false;
177 bool m_createdTimeHasBeenSet =
false;
180 bool m_lastModifiedByHasBeenSet =
false;
183 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue