7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ResourceNameT = Aws::String>
45 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
46 template<
typename ResourceNameT = Aws::String>
58 template<
typename DateT = Aws::String>
59 void SetDate(DateT&& value) { m_dateHasBeenSet =
true; m_date = std::forward<DateT>(value); }
60 template<
typename DateT = Aws::String>
66 bool m_resourceNameHasBeenSet =
false;
69 bool m_dateHasBeenSet =
false;
AWS_LIGHTSAIL_API DeleteAutoSnapshotRequest()=default
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteAutoSnapshotRequest & WithResourceName(ResourceNameT &&value)
DeleteAutoSnapshotRequest & WithDate(DateT &&value)
bool ResourceNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DateHasBeenSet() const
const Aws::String & GetDate() const
void SetDate(DateT &&value)
const Aws::String & GetResourceName() const
void SetResourceName(ResourceNameT &&value)
AWS_LIGHTSAIL_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