7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/SMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sms/model/OutputFormat.h>
46 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
66 bool m_appIdHasBeenSet =
false;
69 bool m_changesetFormatHasBeenSet =
false;
void SetChangesetFormat(const OutputFormat &value)
void SetAppId(Aws::String &&value)
void SetChangesetFormat(OutputFormat &&value)
const OutputFormat & GetChangesetFormat() const
void SetAppId(const Aws::String &value)
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SMS_API Aws::String SerializePayload() const override
GenerateChangeSetRequest & WithChangesetFormat(const OutputFormat &value)
bool ChangesetFormatHasBeenSet() const
GenerateChangeSetRequest & WithAppId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GenerateChangeSetRequest & WithAppId(Aws::String &&value)
AWS_SMS_API GenerateChangeSetRequest()
const Aws::String & GetAppId() const
void SetAppId(const char *value)
bool AppIdHasBeenSet() const
GenerateChangeSetRequest & WithAppId(const char *value)
GenerateChangeSetRequest & WithChangesetFormat(OutputFormat &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String