7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename GuardrailProfileIdT = Aws::String>
55 void SetGuardrailProfileId(GuardrailProfileIdT&& value) { m_guardrailProfileIdHasBeenSet =
true; m_guardrailProfileId = std::forward<GuardrailProfileIdT>(value); }
56 template<
typename GuardrailProfileIdT = Aws::String>
67 template<
typename GuardrailProfileArnT = Aws::String>
68 void SetGuardrailProfileArn(GuardrailProfileArnT&& value) { m_guardrailProfileArnHasBeenSet =
true; m_guardrailProfileArn = std::forward<GuardrailProfileArnT>(value); }
69 template<
typename GuardrailProfileArnT = Aws::String>
75 bool m_guardrailProfileIdHasBeenSet =
false;
78 bool m_guardrailProfileArnHasBeenSet =
false;
const Aws::String & GetGuardrailProfileArn() const
const Aws::String & GetGuardrailProfileId() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool GuardrailProfileIdHasBeenSet() const
AWS_BEDROCK_API GuardrailCrossRegionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API GuardrailCrossRegionDetails(Aws::Utils::Json::JsonView jsonValue)
void SetGuardrailProfileArn(GuardrailProfileArnT &&value)
AWS_BEDROCK_API GuardrailCrossRegionDetails()=default
GuardrailCrossRegionDetails & WithGuardrailProfileArn(GuardrailProfileArnT &&value)
GuardrailCrossRegionDetails & WithGuardrailProfileId(GuardrailProfileIdT &&value)
bool GuardrailProfileArnHasBeenSet() const
void SetGuardrailProfileId(GuardrailProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue