7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AddressIdT = Aws::String>
44 void SetAddressId(AddressIdT&& value) { m_addressIdHasBeenSet =
true; m_addressId = std::forward<AddressIdT>(value); }
45 template<
typename AddressIdT = Aws::String>
51 bool m_addressIdHasBeenSet =
false;
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAddressId() const
AWS_SNOWBALL_API Aws::String SerializePayload() const override
AWS_SNOWBALL_API DescribeAddressRequest()=default
DescribeAddressRequest & WithAddressId(AddressIdT &&value)
void SetAddressId(AddressIdT &&value)
bool AddressIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String