7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
62 inline void SetDate(
const char* value) { m_dateHasBeenSet =
true; m_date.assign(value); }
70 bool m_resourceNameHasBeenSet =
false;
73 bool m_dateHasBeenSet =
false;
DeleteAutoSnapshotRequest & WithResourceName(const char *value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDate(const char *value)
void SetDate(const Aws::String &value)
DeleteAutoSnapshotRequest & WithDate(const Aws::String &value)
DeleteAutoSnapshotRequest & WithDate(const char *value)
AWS_LIGHTSAIL_API DeleteAutoSnapshotRequest()
bool ResourceNameHasBeenSet() const
void SetResourceName(const char *value)
void SetResourceName(const Aws::String &value)
void SetResourceName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool DateHasBeenSet() const
void SetDate(Aws::String &&value)
DeleteAutoSnapshotRequest & WithResourceName(const Aws::String &value)
const Aws::String & GetDate() const
const Aws::String & GetResourceName() const
DeleteAutoSnapshotRequest & WithResourceName(Aws::String &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
DeleteAutoSnapshotRequest & WithDate(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String