7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename OpsItemIdT = Aws::String>
45 void SetOpsItemId(OpsItemIdT&& value) { m_opsItemIdHasBeenSet =
true; m_opsItemId = std::forward<OpsItemIdT>(value); }
46 template<
typename OpsItemIdT = Aws::String>
57 template<
typename AssociationIdT = Aws::String>
58 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
59 template<
typename AssociationIdT = Aws::String>
65 bool m_opsItemIdHasBeenSet =
false;
68 bool m_associationIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String