7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/SMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AppIdT = Aws::String>
44 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
45 template<
typename AppIdT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
63 bool m_appIdHasBeenSet =
false;
66 bool m_descriptionHasBeenSet =
false;
StartOnDemandAppReplicationRequest & WithAppId(AppIdT &&value)
bool DescriptionHasBeenSet() const
StartOnDemandAppReplicationRequest & WithDescription(DescriptionT &&value)
AWS_SMS_API StartOnDemandAppReplicationRequest()=default
bool AppIdHasBeenSet() const
void SetAppId(AppIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAppId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
AWS_SMS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String