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>
44 template<
typename AppIdT = Aws::String>
45 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
46 template<
typename AppIdT = Aws::String>
62 bool m_appIdHasBeenSet =
false;
65 bool m_changesetFormatHasBeenSet =
false;
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SMS_API Aws::String SerializePayload() const override
GenerateChangeSetRequest & WithAppId(AppIdT &&value)
void SetChangesetFormat(OutputFormat value)
AWS_SMS_API GenerateChangeSetRequest()=default
bool ChangesetFormatHasBeenSet() const
virtual const char * GetServiceRequestName() const override
OutputFormat GetChangesetFormat() const
const Aws::String & GetAppId() const
void SetAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
GenerateChangeSetRequest & WithChangesetFormat(OutputFormat value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String