7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename StaticIpNameT = Aws::String>
44 void SetStaticIpName(StaticIpNameT&& value) { m_staticIpNameHasBeenSet =
true; m_staticIpName = std::forward<StaticIpNameT>(value); }
45 template<
typename StaticIpNameT = Aws::String>
51 bool m_staticIpNameHasBeenSet =
false;
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LIGHTSAIL_API AllocateStaticIpRequest()=default
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
AllocateStaticIpRequest & WithStaticIpName(StaticIpNameT &&value)
void SetStaticIpName(StaticIpNameT &&value)
const Aws::String & GetStaticIpName() const
virtual const char * GetServiceRequestName() const override
bool StaticIpNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String