16 #ifndef HAZELCAST_CLIENT_AWS_UTILITY_CLOUDUTILITY_H_
17 #define HAZELCAST_CLIENT_AWS_UTILITY_CLOUDUTILITY_H_
21 #include <boost/property_tree/ptree.hpp>
23 #include "hazelcast/util/HazelcastDll.h"
25 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
27 #pragma warning(disable: 4251) //for dll export
30 namespace pt = boost::property_tree;
35 class ClientAwsConfig;
49 static std::map<std::string, std::string> unmarshalTheResponse(std::istream &stream);
52 std::map<std::string, std::string> &attributes);
59 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment...
Definition: ClientAwsConfig.h:53
Definition: CloudUtility.h:39