23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
const ResponseMetadata & GetResponseMetadata() const
std::vector< T, Aws::Allocator< T > > Vector
DescribeDhcpOptionsResponse & WithResponseMetadata(ResponseMetadata &&value)
DescribeDhcpOptionsResponse & WithResponseMetadata(const ResponseMetadata &value)
DescribeDhcpOptionsResponse & WithDhcpOptions(Aws::Vector< DhcpOptions > &&value)
DescribeDhcpOptionsResponse & AddDhcpOptions(const DhcpOptions &value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetDhcpOptions(Aws::Vector< DhcpOptions > &&value)
void SetResponseMetadata(const ResponseMetadata &value)
const Aws::Vector< DhcpOptions > & GetDhcpOptions() const
void SetDhcpOptions(const Aws::Vector< DhcpOptions > &value)
DescribeDhcpOptionsResponse & WithDhcpOptions(const Aws::Vector< DhcpOptions > &value)
DescribeDhcpOptionsResponse & AddDhcpOptions(DhcpOptions &&value)
JSON (JavaScript Object Notation).