7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
39 template <
typename AddressIdT = Aws::String>
41 m_addressIdHasBeenSet =
true;
42 m_addressId = std::forward<AddressIdT>(value);
44 template <
typename AddressIdT = Aws::String>
52 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