7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/DocumentFormat.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
58 template<
typename VersionNameT = Aws::String>
59 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
60 template<
typename VersionNameT = Aws::String>
70 template<
typename DocumentVersionT = Aws::String>
71 void SetDocumentVersion(DocumentVersionT&& value) { m_documentVersionHasBeenSet =
true; m_documentVersion = std::forward<DocumentVersionT>(value); }
72 template<
typename DocumentVersionT = Aws::String>
89 bool m_nameHasBeenSet =
false;
92 bool m_versionNameHasBeenSet =
false;
95 bool m_documentVersionHasBeenSet =
false;
98 bool m_documentFormatHasBeenSet =
false;
void SetDocumentVersion(DocumentVersionT &&value)
GetDocumentRequest & WithVersionName(VersionNameT &&value)
DocumentFormat GetDocumentFormat() const
bool VersionNameHasBeenSet() const
GetDocumentRequest & WithName(NameT &&value)
const Aws::String & GetVersionName() const
GetDocumentRequest & WithDocumentVersion(DocumentVersionT &&value)
bool NameHasBeenSet() const
AWS_SSM_API Aws::String SerializePayload() const override
void SetDocumentFormat(DocumentFormat value)
void SetName(NameT &&value)
void SetVersionName(VersionNameT &&value)
bool DocumentVersionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DocumentFormatHasBeenSet() const
GetDocumentRequest & WithDocumentFormat(DocumentFormat value)
AWS_SSM_API GetDocumentRequest()=default
const Aws::String & GetName() const
const Aws::String & GetDocumentVersion() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String