7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
39 template <
typename StaticIpNameT = Aws::String>
41 m_staticIpNameHasBeenSet =
true;
42 m_staticIpName = std::forward<StaticIpNameT>(value);
44 template <
typename StaticIpNameT = Aws::String>
57 template <
typename InstanceNameT = Aws::String>
59 m_instanceNameHasBeenSet =
true;
60 m_instanceName = std::forward<InstanceNameT>(value);
62 template <
typename InstanceNameT = Aws::String>
72 bool m_staticIpNameHasBeenSet =
false;
73 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