7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/DocumentReviews.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DocumentVersionT = Aws::String>
61 m_documentVersionHasBeenSet =
true;
62 m_documentVersion = std::forward<DocumentVersionT>(value);
64 template <
typename DocumentVersionT = Aws::String>
77 template <
typename DocumentReviewsT = DocumentReviews>
79 m_documentReviewsHasBeenSet =
true;
80 m_documentReviews = std::forward<DocumentReviewsT>(value);
82 template <
typename DocumentReviewsT = DocumentReviews>
94 bool m_nameHasBeenSet =
false;
95 bool m_documentVersionHasBeenSet =
false;
96 bool m_documentReviewsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String