7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
41 template <
typename SourceT = Aws::String>
43 m_sourceHasBeenSet =
true;
44 m_source = std::forward<SourceT>(value);
46 template <
typename SourceT = Aws::String>
59 template <
typename TargetT = Aws::String>
61 m_targetHasBeenSet =
true;
62 m_target = std::forward<TargetT>(value);
64 template <
typename TargetT = Aws::String>
74 bool m_sourceHasBeenSet =
false;
75 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue