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>
55 template<
typename InstanceNameT = Aws::String>
56 void SetInstanceName(InstanceNameT&& value) { m_instanceNameHasBeenSet =
true; m_instanceName = std::forward<InstanceNameT>(value); }
57 template<
typename InstanceNameT = Aws::String>
63 bool m_staticIpNameHasBeenSet =
false;
66 bool m_instanceNameHasBeenSet =
false;
void SetStaticIpName(StaticIpNameT &&value)
AttachStaticIpRequest & WithInstanceName(InstanceNameT &&value)
AttachStaticIpRequest & WithStaticIpName(StaticIpNameT &&value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetInstanceName(InstanceNameT &&value)
AWS_LIGHTSAIL_API AttachStaticIpRequest()=default
bool StaticIpNameHasBeenSet() const
const Aws::String & GetStaticIpName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetInstanceName() const
bool InstanceNameHasBeenSet() const
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