7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetOpsItemId(
const char* value) { m_opsItemIdHasBeenSet =
true; m_opsItemId.assign(value); }
62 inline void SetAssociationType(
const char* value) { m_associationTypeHasBeenSet =
true; m_associationType.assign(value); }
79 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
94 inline void SetResourceUri(
const char* value) { m_resourceUriHasBeenSet =
true; m_resourceUri.assign(value); }
102 bool m_opsItemIdHasBeenSet =
false;
105 bool m_associationTypeHasBeenSet =
false;
108 bool m_resourceTypeHasBeenSet =
false;
111 bool m_resourceUriHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String