There was an error while loading. Please reload this page.
1 parent f0aead3 commit a691c82Copy full SHA for a691c82
1 file changed
src/aws-cpp-sdk-core/include/aws/core/config/AWSProfileConfig.h
@@ -103,7 +103,7 @@ namespace Aws
103
inline void SetSourceProfile(const Aws::String& value ) { m_sourceProfile = value; }
104
inline const Aws::String& GetCredentialProcess() const { return m_credentialProcess; }
105
inline void SetCredentialProcess(const Aws::String& value ) { m_credentialProcess = value; }
106
- inline const Aws::String& GetGlobalEndpointUrl() const { return m_endpointUrl; }
+ inline Aws::String GetGlobalEndpointUrl() const { return m_endpointUrl; }
107
inline void SetGlobalEndpointUrl(const Aws::String& value) { m_endpointUrl = value; }
108
inline Services GetServices() const { return m_services; }
109
inline void SetServices(Services&& services) { m_services = std::move(services); }
0 commit comments