7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SourceT = Aws::String>
48 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
49 template<
typename SourceT = Aws::String>
59 template<
typename TargetT = Aws::String>
60 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
61 template<
typename TargetT = Aws::String>
67 bool m_sourceHasBeenSet =
false;
70 bool m_targetHasBeenSet =
false;
DuplicateConnectionsFlowValidationDetails & WithSource(SourceT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSource() const
bool SourceHasBeenSet() const
bool TargetHasBeenSet() const
AWS_BEDROCKAGENT_API DuplicateConnectionsFlowValidationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API DuplicateConnectionsFlowValidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTarget() const
void SetTarget(TargetT &&value)
void SetSource(SourceT &&value)
AWS_BEDROCKAGENT_API DuplicateConnectionsFlowValidationDetails()=default
DuplicateConnectionsFlowValidationDetails & WithTarget(TargetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue