/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the server configured for source code
* analysis.See Also:
AWS
* API Reference
The time when the remote source code server was configured.
*/ inline const Aws::String& GetRemoteSourceCodeAnalysisServerConfigurationTimestamp() const{ return m_remoteSourceCodeAnalysisServerConfigurationTimestamp; } /** *The time when the remote source code server was configured.
*/ inline bool RemoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet() const { return m_remoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet; } /** *The time when the remote source code server was configured.
*/ inline void SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(const Aws::String& value) { m_remoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet = true; m_remoteSourceCodeAnalysisServerConfigurationTimestamp = value; } /** *The time when the remote source code server was configured.
*/ inline void SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(Aws::String&& value) { m_remoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet = true; m_remoteSourceCodeAnalysisServerConfigurationTimestamp = std::move(value); } /** *The time when the remote source code server was configured.
*/ inline void SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(const char* value) { m_remoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet = true; m_remoteSourceCodeAnalysisServerConfigurationTimestamp.assign(value); } /** *The time when the remote source code server was configured.
*/ inline RemoteSourceCodeAnalysisServerInfo& WithRemoteSourceCodeAnalysisServerConfigurationTimestamp(const Aws::String& value) { SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(value); return *this;} /** *The time when the remote source code server was configured.
*/ inline RemoteSourceCodeAnalysisServerInfo& WithRemoteSourceCodeAnalysisServerConfigurationTimestamp(Aws::String&& value) { SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(std::move(value)); return *this;} /** *The time when the remote source code server was configured.
*/ inline RemoteSourceCodeAnalysisServerInfo& WithRemoteSourceCodeAnalysisServerConfigurationTimestamp(const char* value) { SetRemoteSourceCodeAnalysisServerConfigurationTimestamp(value); return *this;} private: Aws::String m_remoteSourceCodeAnalysisServerConfigurationTimestamp; bool m_remoteSourceCodeAnalysisServerConfigurationTimestampHasBeenSet = false; }; } // namespace Model } // namespace MigrationHubStrategyRecommendations } // namespace Aws