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>
46 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetVersionName(
const char* value) { m_versionNameHasBeenSet =
true; m_versionName.assign(value); }
76 inline void SetDocumentVersion(
const char* value) { m_documentVersionHasBeenSet =
true; m_documentVersion.assign(value); }
97 bool m_nameHasBeenSet =
false;
100 bool m_versionNameHasBeenSet =
false;
103 bool m_documentVersionHasBeenSet =
false;
106 bool m_documentFormatHasBeenSet =
false;
void SetName(Aws::String &&value)
AWS_SSM_API GetDocumentRequest()
bool VersionNameHasBeenSet() const
void SetName(const char *value)
const Aws::String & GetVersionName() const
GetDocumentRequest & WithName(const char *value)
void SetVersionName(const Aws::String &value)
bool NameHasBeenSet() const
void SetDocumentVersion(const char *value)
void SetDocumentFormat(const DocumentFormat &value)
AWS_SSM_API Aws::String SerializePayload() const override
const DocumentFormat & GetDocumentFormat() const
GetDocumentRequest & WithVersionName(const char *value)
GetDocumentRequest & WithVersionName(Aws::String &&value)
GetDocumentRequest & WithDocumentFormat(const DocumentFormat &value)
GetDocumentRequest & WithDocumentFormat(DocumentFormat &&value)
bool DocumentVersionHasBeenSet() const
GetDocumentRequest & WithName(Aws::String &&value)
GetDocumentRequest & WithDocumentVersion(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool DocumentFormatHasBeenSet() const
GetDocumentRequest & WithVersionName(const Aws::String &value)
GetDocumentRequest & WithDocumentVersion(Aws::String &&value)
void SetVersionName(const char *value)
const Aws::String & GetName() const
void SetVersionName(Aws::String &&value)
const Aws::String & GetDocumentVersion() const
void SetDocumentVersion(Aws::String &&value)
GetDocumentRequest & WithDocumentVersion(const char *value)
GetDocumentRequest & WithName(const Aws::String &value)
void SetDocumentVersion(const Aws::String &value)
void SetDocumentFormat(DocumentFormat &&value)
void SetName(const Aws::String &value)
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